mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Add U-blox SARA-U201 support, Arduino MKR GSM 1400 support.
This commit is contained in:
		| @@ -29,6 +29,11 @@ | ||||
|   #include <TinyGsmClientM590.h> | ||||
|   typedef TinyGsm::GsmClient TinyGsmClient; | ||||
|  | ||||
| #elif defined(TINY_GSM_MODEM_U201) | ||||
|   #include <TinyGsmClientU201.h> | ||||
|   typedef TinyGsmU201 TinyGsm; | ||||
|   typedef TinyGsmU201::GsmClient TinyGsmClient; | ||||
|  | ||||
| #elif defined(TINY_GSM_MODEM_ESP8266) | ||||
|   #include <TinyGsmClientESP8266.h> | ||||
|   typedef TinyGsm::GsmClient TinyGsmClient; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user