Interrupt/Watchdog Window

This commit is contained in:
2024-05-15 13:46:42 +02:00
parent 0b932966c5
commit 073ad3dada
3 changed files with 24 additions and 10 deletions

View File

@ -46,7 +46,7 @@
</HBox>
<VBox layoutX="14.0" layoutY="727.0">
<children>
<Label fx:id="totalExecutionTimeLabel" text="Total Execution Time: 0µs" />
<Label fx:id="totalExecutionTimeLabel" text="Total Execution Time: 0µs"/>
<CheckBox fx:id="wdtCheck" mnemonicParsing="false" onAction="#toggleWatchdog" text="Watchdog-Timer">
<VBox.margin>
<Insets top="10.0" />