Introduce FrontendSpecifics

This commit is contained in:
2025-05-26 14:06:07 +02:00
parent 03941fc302
commit 06e9348016
24 changed files with 140 additions and 88 deletions

View File

@ -252,7 +252,7 @@ public class Commands extends PICComponent implements CommandInterface {
}
public void SLEEP() {
frontendController.sleep();
ExecutionState.sleep();
}
public void RETFIE() {