This commit is contained in:
Julien Cabillot
2017-03-02 17:14:09 +01:00
committed by JC
commit 848a7fd583
9 changed files with 139 additions and 0 deletions

12
mqttled.example.h Normal file
View File

@@ -0,0 +1,12 @@
// 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"