.gitignore updated; fixed:Controller.hpp removed (replaced by Controller.h); build results added

This commit is contained in:
Uwe Jakobeit
2026-04-02 10:25:15 +02:00
parent 84135f70a0
commit 06d1732dfe
8 changed files with 2536 additions and 2 deletions

BIN
app/app

Binary file not shown.

Binary file not shown.

View File

@@ -31,7 +31,7 @@ int kbhit() {
}
return 0;
}
#include "Controller.hpp"
#include "Controller.h"
// entry point for controller app