[create-pull-request] automated change (#2635)

Co-authored-by: thebentern <thebentern@users.noreply.github.com>
pull/2636/head
github-actions[bot] 2023-07-22 09:37:51 -05:00 zatwierdzone przez GitHub
rodzic 0739bc0cea
commit fb21bfe0f5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 3 dodań i 3 usunięć

@ -1 +1 @@
Subproject commit 64c2a11d371cae3a2e7bb2cc86b9e6e764de7175
Subproject commit f17298c2b093ac0d2536642b508f6cf84771b172

Wyświetl plik

@ -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;