Merge branch 'master' into dev-v2.2

This commit is contained in:
Gunnar Skjold
2022-11-01 19:07:00 +01:00
19 changed files with 818 additions and 741 deletions

View File

@@ -54,7 +54,8 @@ struct WiFiConfig {
char hostname[32];
bool mdns;
uint8_t power;
}; // 210
uint8_t sleep;
}; // 211
struct MqttConfig86 {
char host[128];