forked from fmueller/esp8266-led-marquee-sign-controller
update credentials.h example file
This commit is contained in:
parent
34bd9746d1
commit
c78fde5d9f
@ -5,4 +5,9 @@ namespace credentials {
|
||||
const String psk = "my PSK";
|
||||
|
||||
const String mdnsHostname = "led-marquee-sign";
|
||||
|
||||
const String mqtt_hostname = "mqtt-broker";
|
||||
const uint16_t mqtt_port = 1883;
|
||||
const String mqtt_username = "user";
|
||||
const String mqtt_password = "pass";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user