Refactoring

This commit is contained in:
Dejvino
2026-02-26 22:34:36 +01:00
parent f7a93ee5bd
commit 09a2d83c49
8 changed files with 374 additions and 270 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef UI_THREAD_H
#define UI_THREAD_H
void setupUI();
void loopUI();
#endif