mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-05 20:21:38 +02:00
fix night communication enable
improved different WiFi connection scenarios (STA WiFi not found, reconnect #509, redirect for AP to configuration)
This commit is contained in:
parent
07bf947ff7
commit
de4c572ee2
10 changed files with 171 additions and 164 deletions
|
@ -199,6 +199,11 @@ class RestApi {
|
|||
#endif
|
||||
//obj[F("littlefs_total")] = LittleFS.totalBytes();
|
||||
//obj[F("littlefs_used")] = LittleFS.usedBytes();
|
||||
|
||||
uint16_t evry, at;
|
||||
mApp->getSchedulerInfo(&evry, &at);
|
||||
obj[F("schEvryMax")] = evry;
|
||||
obj[F("schAtMax")] = at;
|
||||
}
|
||||
|
||||
void getHtmlSystem(JsonObject obj) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue