mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Success is less confusing than ok
This commit is contained in:
		| @@ -142,7 +142,7 @@ void loop() { | ||||
|     delay(10000); | ||||
|     return; | ||||
|   } | ||||
|   SerialMon.println(" OK"); | ||||
|   SerialMon.println(" success"); | ||||
| #endif | ||||
|  | ||||
| #if TINY_GSM_USE_GPRS && defined TINY_GSM_MODEM_XBEE | ||||
| @@ -156,7 +156,7 @@ void loop() { | ||||
|     delay(10000); | ||||
|     return; | ||||
|   } | ||||
|   SerialMon.println(" OK"); | ||||
|   SerialMon.println(" success"); | ||||
|  | ||||
|   if (modem.isNetworkConnected()) { | ||||
|     SerialMon.println("Network connected"); | ||||
| @@ -170,7 +170,7 @@ void loop() { | ||||
|       delay(10000); | ||||
|       return; | ||||
|     } | ||||
|     SerialMon.println(" OK"); | ||||
|     SerialMon.println(" success"); | ||||
| #endif | ||||
|  | ||||
|   SerialMon.print(F("Performing HTTP GET request... ")); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user