Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Jan 11, 2024
1 parent e182f8a commit 0567f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/raspberry_pi/src/car/display/CarConsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ namespace car::display {
nod::signal<void(bool)> rear_wheel_direction_signal;

bool rear_wheel_direction_debounce = false;
std::string rear_wheel_direction_status = LIDAR_MOTOR_DISABLED_MESSAGE;
std::string rear_wheel_direction_status = REAR_WHEEL_DIRECTION_FORWARD_MESSAGE;
bool rear_wheel_direction = true;
auto rear_wheel_direction_checkbox_option = CheckboxOption::Simple();
rear_wheel_direction_checkbox_option.on_change = [&]
Expand Down

0 comments on commit 0567f70

Please sign in to comment.