add MQTT and OTA update support #1

Open
burned42 wants to merge 6 commits from add_mqtt into main
Showing only changes of commit c78fde5d9f - Show all commits

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