clean main.cpp, clean moveControl.cpp
added classdiagramm and ManualControl
This commit is contained in:
+5
-4
@@ -46,13 +46,14 @@
|
||||
#define RUN_MOVE_CONTROL_DELAY 150 // Normal 10 untested
|
||||
#define ACCELERATE_STEPS 1
|
||||
|
||||
//ManualControl config
|
||||
#define RUN_MANUALCONTROL_DELAY 10
|
||||
#define MANUALCONTROL_MAX_SPEED 1.0
|
||||
#define MANUALCONTROL_MAX_ROTATION 1.0
|
||||
|
||||
// PS3 Controller
|
||||
// ESP32 MAC BL 24:62:AB:F2:4B:3A
|
||||
|
||||
//Max Values for speed and rotation
|
||||
#define MAX_SPEED 1.0
|
||||
#define MAX_ROTATION 1.0
|
||||
|
||||
//Network config
|
||||
#define WLAN_SSID "Kleiax2"
|
||||
#define WLAN_PASSWORD "Punica-699"
|
||||
|
||||
Reference in New Issue
Block a user