9 lines
214 B
Text
9 lines
214 B
Text
|
#define MQTT_TOPIC_START "led1"
|
||
|
#define MQTT_USER ""
|
||
|
#define MQTT_PASS ""
|
||
|
#define MQTT_BROKER "mqtt.example.com"
|
||
|
#define MQTT_CLIENT_ID "LED-Schrank-1"
|
||
|
|
||
|
const char* SSID = "WIFISSID";
|
||
|
const char* PSK = "WIFIPASS";
|