Initialize Component Management

This commit is contained in:
2025-03-25 18:44:16 +01:00
parent 52daa062df
commit 133ee646d1
28 changed files with 167 additions and 69 deletions

View File

@ -599,6 +599,10 @@ public class Controller_Frontend implements FrontendControllerInterface {
wdtCheck.setText("Watchdog-Timer: " + watchdogTimer.get() + "µs");
}
@Override
public void initialize(PICComponents picComponents) {
}
}