Update examples
This commit is contained in:
		| @@ -28,6 +28,11 @@ | ||||
| // If you want override this value, uncomment and set this option: | ||||
| //#define BLYNK_HEARTBEAT 30 | ||||
|  | ||||
| // Select your modem: | ||||
| #define TINY_GSM_MODEM_SIM800 | ||||
| //#define TINY_GSM_MODEM_SIM900 | ||||
| //#define TINY_GSM_MODEM_M590 | ||||
|  | ||||
| #include <TinyGsmClient.h> | ||||
| #include <BlynkSimpleSIM800.h> | ||||
|  | ||||
| @@ -62,6 +67,7 @@ void setup() | ||||
|  | ||||
|   // Restart takes quite some time | ||||
|   // To skip it, call init() instead of restart() | ||||
|   Serial.println("Initializing modem..."); | ||||
|   modem.restart(); | ||||
|  | ||||
|   // Unlock your SIM card with a PIN | ||||
|   | ||||
		Reference in New Issue
	
	Block a user