refactor(AGENTS.md): update docs for simplified build commands and board config

This commit is contained in:
2026-02-22 03:19:05 -08:00
parent 72636f9ecf
commit 4030048401
5 changed files with 230 additions and 409 deletions

View File

@@ -42,6 +42,7 @@ private:
void drawBoot(const ScreenState& state);
void drawAlert(const ScreenState& state);
void drawDashboard(const ScreenState& state);
void drawStatus(const ScreenState& state);
// Touch handling
TouchEvent _lastTouch = { false, false, 0, 0, -1, -1 };