Add configuration for serre-semis
[manu/arduino-maison.git] / serre-semis / serre-semis.h.in
1 // Enable debug on serial port
2 #define DEBUG 1
3 // Wifi
4 #define WIFI_SSID "XXXXXX"
5 #define WIFI_PASS "xxxxxx"
6 // InfluxDB
7 #define INFLUXDB_IP {w,x,y,z}
8 #define INFLUXDB_PORT xxxx
9 // Polling interval (ms)
10 #define POLL_INT 10000
11 // Location informations
12 #define CITY "xxxxx"
13 #define LOCATION "xxxxx"