mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Uptime
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include "Global.h"
|
||||
#include "SoftUART.h"
|
||||
//
|
||||
#include "items/sysUptime.h"
|
||||
#include "items/vSensorDallas.h"
|
||||
#include "items/vSensorUltrasonic.h"
|
||||
#include "items/vButtonOut.h"
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "items/sysUptime.h"
|
||||
#include "Class/LineParsing.h"
|
||||
#include "BufferExecute.h"
|
||||
#include "Global.h"
|
||||
@@ -7,7 +8,6 @@ void sysUptime() {
|
||||
myLineParsing.update();
|
||||
String key = myLineParsing.gkey();
|
||||
sCmd.addCommand(key.c_str(), uptimeReading);
|
||||
//ensorReadingMap30sec += key + ",";
|
||||
myLineParsing.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user