arduino a besoin d'un sous repertoire du meme nom

This commit is contained in:
Julien Cabillot
2017-03-06 15:52:34 +01:00
committed by JC
parent 83684d661a
commit 9a57875ea3
3 changed files with 3 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
#define SERIAL_SPEED 115200
// LED
#define LED_PIN D0
// WIFI
#define wifi_ssid "XXX"
#define wifi_password "XXX"
// MQTT
#define mqtt_server "XXX"
#define mqtt_port 1883
#define mqtt_user "XXX"
#define mqtt_password "XXX"