DHT new library and uptime support

This commit is contained in:
Dmitry Borisenko
2020-02-15 20:17:25 +03:00
parent 92c8b79e2a
commit a2c146a0e9
11 changed files with 164 additions and 24 deletions

View File

@@ -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);
}