Reset FSR
This commit is contained in:
@ -241,8 +241,7 @@ public class Controller_Frontend {
|
||||
}
|
||||
WatchdogTimer.testAndTrigger();
|
||||
Table.refresh();
|
||||
Stage stage = (Stage) stepintoButton.getScene().getWindow();
|
||||
CreateWindow.refreshTable(stage);
|
||||
CreateWindow.refreshTable();
|
||||
IOPorts.refreshUI(getTRISbuttons(), getPORTbuttons());
|
||||
updateStack();
|
||||
updateWatchdog();
|
||||
@ -578,15 +577,6 @@ public class Controller_Frontend {
|
||||
stackVisual.setItems(observedList);
|
||||
}
|
||||
|
||||
//
|
||||
// @FXML
|
||||
// private static Label dummyLabel;
|
||||
//
|
||||
// public static void triggerTableRefresh(){
|
||||
// dummyLabel.setText(" ");
|
||||
// CreateWindow.refreshTable((Stage) dummyLabel.getScene().getWindow());
|
||||
// }
|
||||
|
||||
private void updateWatchdog (){
|
||||
wdtCheck.setText("Watchdog-Timer: " + WatchdogTimer.get() + "µs");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user