update credentials.h example file

This commit is contained in:
Bernd Stellwag 2024-09-10 21:04:28 +02:00
parent 34bd9746d1
commit c78fde5d9f

View File

@ -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";
}