kopia lustrzana https://github.com/meshtastic/firmware
[create-pull-request] automated change (#2635)
Co-authored-by: thebentern <thebentern@users.noreply.github.com>pull/2636/head
rodzic
0739bc0cea
commit
fb21bfe0f5
|
@ -1 +1 @@
|
|||
Subproject commit 64c2a11d371cae3a2e7bb2cc86b9e6e764de7175
|
||||
Subproject commit f17298c2b093ac0d2536642b508f6cf84771b172
|
|
@ -707,7 +707,7 @@ typedef struct _meshtastic_ToRadio {
|
|||
(Sending this message is optional for clients) */
|
||||
bool disconnect;
|
||||
meshtastic_XModem xmodemPacket;
|
||||
/* MQTT Client Proxy Message */
|
||||
/* MQTT Client Proxy Message (for client / phone subscribed to MQTT sending to device) */
|
||||
meshtastic_MqttClientProxyMessage mqttClientProxyMessage;
|
||||
};
|
||||
} meshtastic_ToRadio;
|
||||
|
@ -806,7 +806,7 @@ typedef struct _meshtastic_FromRadio {
|
|||
meshtastic_XModem xmodemPacket;
|
||||
/* Device metadata message */
|
||||
meshtastic_DeviceMetadata metadata;
|
||||
/* MQTT Client Proxy Message */
|
||||
/* MQTT Client Proxy Message (device sending to client / phone for publishing to MQTT) */
|
||||
meshtastic_MqttClientProxyMessage mqttClientProxyMessage;
|
||||
};
|
||||
} meshtastic_FromRadio;
|
||||
|
|
Ładowanie…
Reference in New Issue