Add ClientNotification hello world

This commit is contained in:
Ben Meadors
2024-08-10 08:33:42 -05:00
parent 2012a0ae1c
commit 861f0b6769
4 changed files with 40 additions and 1 deletions

View File

@@ -66,6 +66,9 @@ class PhoneAPI
// Keep MqttClientProxyMessage packet just as packetForPhone
meshtastic_MqttClientProxyMessage *mqttClientProxyMessageForPhone = NULL;
// Keep ClientNotification packet just as packetForPhone
meshtastic_ClientNotification *clientNotification = NULL;
/// We temporarily keep the nodeInfo here between the call to available and getFromRadio
meshtastic_NodeInfo nodeInfoForPhone = meshtastic_NodeInfo_init_default;