mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Update readme, examples
This commit is contained in:
		| @@ -15,6 +15,7 @@ | ||||
| // #define TINY_GSM_MODEM_SIM900 | ||||
| // #define TINY_GSM_MODEM_SIM7000 | ||||
| // #define TINY_GSM_MODEM_SIM5360 | ||||
| // #define TINY_GSM_MODEM_SIM7600 | ||||
| // #define TINY_GSM_MODEM_UBLOX | ||||
| // #define TINY_GSM_MODEM_SARAR4 | ||||
| // #define TINY_GSM_MODEM_M95 | ||||
| @@ -55,7 +56,7 @@ | ||||
| #define GSM_AUTOBAUD_MIN 9600 | ||||
| #define GSM_AUTOBAUD_MAX 115200 | ||||
|  | ||||
| // Add a reception delay, if needed | ||||
| // Add a reception delay - may be needed for a fast processor at a slow baud rate | ||||
| //#define TINY_GSM_YIELD() { delay(2); } | ||||
|  | ||||
| // Uncomment this if you want to use SSL | ||||
| @@ -99,7 +100,7 @@ const char resource[] = "/TinyGSM/logo.txt"; | ||||
| void setup() { | ||||
|   // Set console baud rate | ||||
|   SerialMon.begin(115200); | ||||
|   delay(10);  | ||||
|   delay(10); | ||||
|  | ||||
|   // !!!!!!!!!!! | ||||
|   // Set your reset, enable, power pins here | ||||
|   | ||||
		Reference in New Issue
	
	Block a user