mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
show real received text messages in the gui
This commit is contained in:
@@ -80,6 +80,9 @@ private:
|
||||
|
||||
/// handle packets that just arrived from the mesh radio
|
||||
void handleFromRadio();
|
||||
|
||||
/// handle a user packet that just arrived on the radio, return NULL if we should not process this packet at all
|
||||
MeshPacket *handleFromRadioUser(MeshPacket *mp);
|
||||
};
|
||||
|
||||
extern MeshService service;
|
||||
|
||||
Reference in New Issue
Block a user