X-Git-Url: http://git.home-dn.net/?p=manu%2Farduino-maison.git;a=blobdiff_plain;f=salon%2Fsalon-config.h.in;fp=salon%2Fsalon-config.h.in;h=4a1402d54c8e8ec9b485a81f6e59860016871f30;hp=0000000000000000000000000000000000000000;hb=1ff1ba48715f214ad940fd403fdf6c8982c6870c;hpb=87bd5c6e89ec49eff96705f846729275901e9f8e diff --git a/salon/salon-config.h.in b/salon/salon-config.h.in new file mode 100644 index 0000000..4a1402d --- /dev/null +++ b/salon/salon-config.h.in @@ -0,0 +1,13 @@ +// Enable debug on serial port +#define DEBUG 1 +// Wifi +#define WIFI_SSID "XXXXXX" +#define WIFI_PASS "xxxxxx" +// InfluxDB +#define INFLUXDB_IP {w,x,y,z} +#define INFLUXDB_PORT xxxx +// Polling interval (ms) +#define POLL_INT 10000 +// Location informations +#define CITY "xxxxx" +#define LOCATION "xxxxx"