Skip to content

Commit

Permalink
[sim] GUI: Update FMS widget when real DS is connected
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Nov 30, 2024
1 parent 65f3345 commit 76b5290
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,7 @@ static void DriverStationExecute() {
}
prevDisableDS = disableDS;
if (disableDS) {
gFMSModel->Update();
return;
}

Expand Down

0 comments on commit 76b5290

Please sign in to comment.