mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 20:09:14 +03:00
add web socket and stepper control
This commit is contained in:
@@ -59,7 +59,7 @@ void setup() {
|
||||
//--------------------------------------------------------------
|
||||
Serial.print("[i] Date compiling: ");
|
||||
Serial.println(DATE_COMPILING);
|
||||
|
||||
|
||||
getMemoryLoad("[i] After loading");
|
||||
|
||||
#ifdef ESP8266
|
||||
@@ -72,11 +72,12 @@ void setup() {
|
||||
Serial.print("[i] Last firmware version: ");
|
||||
Serial.println(new_version);
|
||||
|
||||
ts.add(TEST, statistics_update, [&](void*) {
|
||||
//ts.add(TEST, statistics_update, [&](void*) {
|
||||
|
||||
statistics();
|
||||
// statistics();
|
||||
|
||||
//}, nullptr, false);
|
||||
|
||||
}, nullptr, false);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
||||
Reference in New Issue
Block a user