mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Extra wait in Bee stream clear
This commit is contained in:
		| @@ -783,8 +783,10 @@ public: | ||||
|    */ | ||||
|  | ||||
|   void streamClear(void) { | ||||
|     while (stream.available()) { | ||||
|       stream.read(); | ||||
|       TINY_GSM_YIELD(); | ||||
|     while (stream.available()) { stream.read();} | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   template<typename... Args> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user