added duplicate console to mqtt

This commit is contained in:
2022-02-14 19:31:24 +01:00
parent 6cacea2df3
commit 3a2e51713b
19 changed files with 262 additions and 166 deletions
+2 -1
View File
@@ -12,6 +12,7 @@
#define MOVE_CONTROL_H
#include <cstdint>
#include <iostream>
#include <PID_v1.h>
#include <Arduino.h>
@@ -166,4 +167,4 @@ class MoveControl {
uint8_t delay = 30;
};
#endif // MOVE_CONTROL_H
#endif // MOVE_CONTROL_H