Snorktracker
 All Data Structures Files Functions Variables Macros Pages
Macros
Config.h File Reference

Go to the source code of this file.

Macros

#define SOFT_AP_NAME   "SnorkTracker"
 Soft access point name.
 
#define SOFT_AP_PW   ""
 Soft access point password.
 
#define WIFI_SID   "sid"
 WiFi SID.
 
#define WIFI_PW   "password"
 WiFi password.
 
#define GPRS_AP   "internet"
 gprs access point name
 
#define GPRS_USER   ""
 gprs user
 
#define GPRS_PASSWORD   ""
 gprs password
 
#define PHONE_NUMBER   "0123456789"
 my phone number for sms communication
 
#define MQTT_NAME   "SnorkTracker"
 MQTT name.
 
#define MQTT_ID   "01"
 MQTT ID.
 
#define MQTT_SERVER   "server"
 MQTT Server URL.
 
#define MQTT_PORT   1883
 MQTT Port (Default is 1883)
 
#define MQTT_USER   "user"
 MQTT connection user.
 
#define MQTT_PASSWORD   "password"
 MQTT connection password.
 
#define POWER_CONSUMPTION_ACTIVE   70.0
 Power consumption if Active in mA.
 
#define POWER_CONSUMPTION_POWER_ON   140.0
 Power consumption if SIM808 Active in mA.
 
#define POWER_CONSUMPTION_DEEP_SLEEP   0.407
 Power consumption if in deep sleep mode in mA.
 

Detailed Description

Public configuration information. Could be set before starting the program or via web interface.

Definition in file Config.h.