Skip to content

Commit a552ecf

Browse files
authored
Add files via upload
1 parent 174e4a1 commit a552ecf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Functions.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,6 @@ void APP_MOTOR_Bottom(bool status){
498498
}
499499

500500

501-
502501
// LCD MENU
503502
void Control_LCD_Menu_Effect(){
504503
if (LCD_Menu_Status){

Settings.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,7 @@ int LCD_Car_Time = 0;
103103
int LCD_Car_Pos = 1;
104104

105105

106+
/** Left / Right */
107+
bool VAR_MOTOR_Left = false;
108+
bool VAR_MOTOR_Right = false;
109+

0 commit comments

Comments
 (0)