mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-14 06:42:34 +00:00
Update Screen.h for handleTextMessage
This commit is contained in:
@@ -577,6 +577,7 @@ class Screen : public concurrency::OSThread
|
|||||||
|
|
||||||
// Handle observer events
|
// Handle observer events
|
||||||
int handleStatusUpdate(const meshtastic::Status *arg);
|
int handleStatusUpdate(const meshtastic::Status *arg);
|
||||||
|
int handleTextMessage(const meshtastic_MeshPacket *packet);
|
||||||
int handleUIFrameEvent(const UIFrameEvent *arg);
|
int handleUIFrameEvent(const UIFrameEvent *arg);
|
||||||
int handleInputEvent(const InputEvent *arg);
|
int handleInputEvent(const InputEvent *arg);
|
||||||
int handleAdminMessage(AdminModule_ObserverData *arg);
|
int handleAdminMessage(AdminModule_ObserverData *arg);
|
||||||
|
|||||||
Reference in New Issue
Block a user