STIMA
3
|
Go to the source code of this file.
Macros | |
#define | GSM_APN_TIM ("ibox.tim.it") |
APN for TIM. | |
#define | GSM_APN_WIND ("internet.wind") |
APN for WIND. | |
#define | GSM_APN_VODAFONE ("web.omnitel.it") |
APN for VODAFONE. | |
#define | GSM_DEFAULT_APN (GSM_APN_TIM) |
Default GSM APN. | |
#define | GSM_DEFAULT_USERNAME ("") |
Default GSM username. | |
#define | GSM_DEFAULT_PASSWORD ("") |
Default GSM password. | |
#define | GSM_APN_LENGTH (20) |
Length in bytes for apn. | |
#define | GSM_USERNAME_LENGTH (20) |
Length in bytes for username. | |
#define | GSM_PASSWORD_LENGTH (20) |
Length in bytes for password. | |
#define | USE_SIM_800C (true) |
Enable if you want to use SIM800C. | |
#define | USE_SIM_800L (false) |
Enable if you want to use SIM800L. | |