mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* lilygo_tlora_v2_1: ui-new
This commit is contained in:
parent
2477d60fae
commit
276a057693
4 changed files with 10 additions and 1 deletions
|
|
@ -42,5 +42,5 @@ public:
|
|||
virtual void msgRead(int msgcount) = 0;
|
||||
virtual void newMsg(uint8_t path_len, const char* from_name, const char* text, int msgcount) = 0;
|
||||
virtual void soundBuzzer(UIEventType bet = UIEventType::none) = 0;
|
||||
virtual void loop();
|
||||
virtual void loop() = 0;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue