Skip to content

Commit

Permalink
Update SetupMenu.cpp, fix bug in S2 setup, data monitor not shown
Browse files Browse the repository at this point in the history
  • Loading branch information
iltis42 authored Dec 17, 2024
1 parent 09f3e01 commit 972aa36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/SetupMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2114,6 +2114,7 @@ void SetupMenu::system_menu_create_interfaceS2( MenuEntry *top ){
datamon->setHelp( "Short press button to start/pause, long press to terminate data monitor", 260);
datamon->addEntry( "Disable");
datamon->addEntry( "Start S2 RS232");
top->addEntry( datamon );
}

void SetupMenu::system_menu_create_interfaceCAN_routing( MenuEntry *top ){
Expand Down

0 comments on commit 972aa36

Please sign in to comment.