sonderbefehle

This commit is contained in:
2024-06-03 00:27:53 +02:00
parent 0b163589db
commit ea6cacfa70
5 changed files with 28 additions and 3 deletions

View File

@ -67,6 +67,7 @@
<Label fx:id="totalExecutionTimeLabel" text="Total Execution Time: 0µs" />
<CheckBox fx:id="wdtCheck" mnemonicParsing="false" onAction="#toggleWatchdog" text="Watchdog-Timer">
<Label fx:id="watchdogStatusLabel"/>
<VBox.margin>
<Insets top="10.0" />
</VBox.margin>