mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Move the hostname settings around #172
This commit is contained in:
parent
d851ae1ea4
commit
b64afd6796
3 changed files with 15 additions and 7 deletions
|
|
@ -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] = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue