mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Oops, fixed some signed/unsigned comparisons
This commit is contained in:
		@@ -556,7 +556,7 @@ protected:
 | 
			
		||||
    }
 | 
			
		||||
    int len = stream.readStringUntil('\n').toInt();
 | 
			
		||||
 | 
			
		||||
    for (size_t i=0; i<len; i++) {
 | 
			
		||||
    for (int i=0; i<len; i++) {
 | 
			
		||||
      TINY_GSM_MODEM_STREAM_TO_MUX_FIFO_WITH_DOUBLE_TIMEOUT
 | 
			
		||||
    }
 | 
			
		||||
    waitResponse();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user