* original UITask now in /ui-orig folder

This commit is contained in:
Scott Powell
2025-08-16 21:09:35 +10:00
parent acde9921b5
commit e14b022a7c
13 changed files with 538 additions and 15 deletions

View File

@@ -55,7 +55,7 @@ public:
bool hasDisplay() const { return _display != NULL; }
bool isButtonPressed() const;
// from AbsractUITask
// from AbstractUITask
void msgRead(int msgcount) override;
void newMsg(uint8_t path_len, const char* from_name, const char* text, int msgcount) override;
void soundBuzzer(UIEventType bet = UIEventType::none) override;