mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	add SIM808 to TinyGsmClient.h
This commit is contained in:
		| @@ -11,6 +11,8 @@ | ||||
|  | ||||
| #if   defined(TINY_GSM_MODEM_SIM800) || defined(TINY_GSM_MODEM_SIM900) | ||||
|   #include <TinyGsmClientSIM800.h> | ||||
| #elif   defined(TINY_GSM_MODEM_SIM808) | ||||
| #include <TinyGsmClientSIM808.h> | ||||
| #elif defined(TINY_GSM_MODEM_A6) || defined(TINY_GSM_MODEM_A7) | ||||
|   #include <TinyGsmClientA6.h> | ||||
| #elif defined(TINY_GSM_MODEM_M590) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user