Made wifi sleep mode configurable

This commit is contained in:
Gunnar Skjold
2022-10-27 19:17:50 +02:00
parent c38c305bab
commit 69d8fa9254
5 changed files with 33 additions and 8 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];