add web socket and stepper control

This commit is contained in:
Dmitry Borisenko
2020-03-16 00:00:59 +01:00
parent e2f8aaf505
commit e1ef489706
22 changed files with 189 additions and 45 deletions

View File

@@ -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() {