mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 07:02:17 +03:00
Uptime
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "Utils/WiFiUtils.h"
|
||||
|
||||
#include "items/sysUptime.h"
|
||||
#include "FileSystem.h"
|
||||
|
||||
void routerConnect() {
|
||||
@@ -141,6 +141,7 @@ uint8_t RSSIquality() {
|
||||
void wifiSignalInit() {
|
||||
ts.add(
|
||||
SYGNAL, 1000 * 60, [&](void*) {
|
||||
//uptimeReading();
|
||||
SerialPrint("I", "System", printMemoryStatus());
|
||||
#ifdef ESP8266
|
||||
getFSInfo();
|
||||
|
||||
Reference in New Issue
Block a user