Go to the documentation of this file.
   30 #define GSM_APN_TIM                       ("ibox.tim.it")
 
   36 #define GSM_APN_WIND                      ("internet.wind")
 
   42 #define GSM_APN_VODAFONE                  ("web.omnitel.it")
 
   48 #define GSM_DEFAULT_APN                   (GSM_APN_TIM) 
   54 #define GSM_DEFAULT_USERNAME              ("")
 
   60 #define GSM_DEFAULT_PASSWORD              ("")
 
   66 #define GSM_APN_LENGTH                    (20) 
   72 #define GSM_USERNAME_LENGTH               (20) 
   78 #define GSM_PASSWORD_LENGTH               (20) 
   84 #define USE_SIM_800C                      (true) 
   90 #define USE_SIM_800L                      (false) 
   92 #if (USE_SIM_800C == true && USE_SIM_800L == true) 
   93 #error What SIM800 do you want to use? specific it in gsm_config.h 
   95 #elif (USE_SIM_800C == true) 
   96 #define SIM800_ON_OFF_PIN                 (D5) 
   98 #elif (USE_SIM_800L == true) 
   99 #define SIM800_ON_OFF_PIN                 (D7) 
  100 #define SIM800_RESET_PIN                  (D6)