Skip to content

Commit

Permalink
[sim] GUI: Update FMS widget when real DS is connected (#7456)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Nov 30, 2024
1 parent 9d40b99 commit 715cbb6
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 715cbb6

Please sign in to comment.