mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Fix build
This commit is contained in:
		| @@ -60,7 +60,7 @@ void setup() { | ||||
| } | ||||
|  | ||||
| void loop() { | ||||
|   if (!modem.networkConnect(apn, user, pass)) { | ||||
|   if (!modem.gprsConnect(apn, user, pass)) { | ||||
|     delay(10000); | ||||
|     return; | ||||
|   } | ||||
| @@ -92,7 +92,7 @@ void loop() { | ||||
|  | ||||
|   client.stop(); | ||||
|  | ||||
|   modem.networkDisconnect(); | ||||
|   modem.gprsDisconnect(); | ||||
|  | ||||
|   SerialMon.println(); | ||||
|   SerialMon.println("************************"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user