RSSI to web interface added

This commit is contained in:
Dmitry Borisenko
2020-11-16 13:58:26 +03:00
parent 2e73eac2f1
commit 3c3a4a33ca
5 changed files with 51 additions and 15 deletions

View File

@@ -94,18 +94,17 @@ void setup() {
SsdpInit();
#endif
//esp_log_level_set("esp_littlefs", ESP_LOG_NONE);
ts.add(
TEST, 1000 * 60, [&](void*) {
SerialPrint("I", "System", printMemoryStatus());
jsonWriteStr(configSetupJson, "signal", RSSIquality());
},
nullptr, true);
just_load = false;
initialized = true;
initialized = true;
}
void loop() {