import
This commit is contained in:
12
mqttled.example.h
Normal file
12
mqttled.example.h
Normal 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"
|
||||
Reference in New Issue
Block a user