Extra wait in Bee stream clear
This commit is contained in:
		@@ -783,8 +783,10 @@ public:
 | 
			
		||||
   */
 | 
			
		||||
 | 
			
		||||
  void streamClear(void) {
 | 
			
		||||
    TINY_GSM_YIELD();
 | 
			
		||||
    while (stream.available()) { stream.read();}
 | 
			
		||||
    while (stream.available()) {
 | 
			
		||||
      stream.read();
 | 
			
		||||
      TINY_GSM_YIELD();
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  template<typename... Args>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user