mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Missed a junk debug print
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
		| @@ -301,7 +301,6 @@ class TinyGsmModem { | ||||
|     char   buf[16]; | ||||
|     size_t bytesRead = thisModem().stream.readBytesUntil( | ||||
|         lastChar, buf, static_cast<size_t>(16)); | ||||
|     DBG("### TEMPL bytesRead:", bytesRead); | ||||
|     if (bytesRead) { | ||||
|       buf[bytesRead] = '\0'; | ||||
|       float res      = atof(buf); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user