mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 11:59:12 +03:00
DHT new library and uptime support
This commit is contained in:
@@ -53,11 +53,11 @@ void setup() {
|
||||
getMemoryLoad("[i] After loading");
|
||||
|
||||
|
||||
// ts.add(TEST, 1000, [&](void*) {
|
||||
ts.add(TEST, 5000, [&](void*) {
|
||||
|
||||
//getMemoryLoad("[i] Periodic check");
|
||||
up_time();
|
||||
|
||||
// }, nullptr, true);
|
||||
}, nullptr, true);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user