We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174e4a1 commit a552ecfCopy full SHA for a552ecf
Functions.h
@@ -498,7 +498,6 @@ void APP_MOTOR_Bottom(bool status){
498
}
499
500
501
-
502
// LCD MENU
503
void Control_LCD_Menu_Effect(){
504
if (LCD_Menu_Status){
Settings.h
@@ -103,3 +103,7 @@ int LCD_Car_Time = 0;
103
int LCD_Car_Pos = 1;
104
105
106
+/** Left / Right */
107
+bool VAR_MOTOR_Left = false;
108
+bool VAR_MOTOR_Right = false;
109
+
0 commit comments