Move the hostname settings around #172

This commit is contained in:
Robert Strouse 2023-10-13 09:27:37 -07:00
parent d851ae1ea4
commit b64afd6796
3 changed files with 15 additions and 7 deletions

View file

@ -119,7 +119,7 @@ class SecuritySettings: BaseSettings {
class MQTTSettings: BaseSettings {
public:
bool enabled = false;
char hostname[65] = "";
char hostname[65] = "ESPSomfyRTS";
char protocol[10] = "mqtt://";
uint16_t port = 1883;
char username[33] = "";