mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-12 00:09:43 +00:00
Update protobufs (#7587)
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
This commit is contained in:
parent
2de9f015b1
commit
be60f9612e
@ -1 +1 @@
|
|||||||
Subproject commit 1ecf94da9898ea0b8f2745bfe6bda2a8f2ca4073
|
Subproject commit 13d8946c6d2119864cc167ebe4b53ef6dd57000c
|
@ -1149,7 +1149,8 @@ typedef struct _meshtastic_FromRadio {
|
|||||||
/* A heartbeat message is sent to the node from the client to keep the connection alive.
|
/* A heartbeat message is sent to the node from the client to keep the connection alive.
|
||||||
This is currently only needed to keep serial connections alive, but can be used by any PhoneAPI. */
|
This is currently only needed to keep serial connections alive, but can be used by any PhoneAPI. */
|
||||||
typedef struct _meshtastic_Heartbeat {
|
typedef struct _meshtastic_Heartbeat {
|
||||||
char dummy_field;
|
/* The nonce of the heartbeat message */
|
||||||
|
uint32_t nonce;
|
||||||
} meshtastic_Heartbeat;
|
} meshtastic_Heartbeat;
|
||||||
|
|
||||||
/* Packets/commands to the radio will be written (reliably) to the toRadio characteristic.
|
/* Packets/commands to the radio will be written (reliably) to the toRadio characteristic.
|
||||||
@ -1551,6 +1552,7 @@ extern "C" {
|
|||||||
#define meshtastic_FromRadio_fileInfo_tag 15
|
#define meshtastic_FromRadio_fileInfo_tag 15
|
||||||
#define meshtastic_FromRadio_clientNotification_tag 16
|
#define meshtastic_FromRadio_clientNotification_tag 16
|
||||||
#define meshtastic_FromRadio_deviceuiConfig_tag 17
|
#define meshtastic_FromRadio_deviceuiConfig_tag 17
|
||||||
|
#define meshtastic_Heartbeat_nonce_tag 1
|
||||||
#define meshtastic_ToRadio_packet_tag 1
|
#define meshtastic_ToRadio_packet_tag 1
|
||||||
#define meshtastic_ToRadio_want_config_id_tag 3
|
#define meshtastic_ToRadio_want_config_id_tag 3
|
||||||
#define meshtastic_ToRadio_disconnect_tag 4
|
#define meshtastic_ToRadio_disconnect_tag 4
|
||||||
@ -1882,7 +1884,7 @@ X(a, STATIC, SINGULAR, UINT32, excluded_modules, 12)
|
|||||||
#define meshtastic_DeviceMetadata_DEFAULT NULL
|
#define meshtastic_DeviceMetadata_DEFAULT NULL
|
||||||
|
|
||||||
#define meshtastic_Heartbeat_FIELDLIST(X, a) \
|
#define meshtastic_Heartbeat_FIELDLIST(X, a) \
|
||||||
|
X(a, STATIC, SINGULAR, UINT32, nonce, 1)
|
||||||
#define meshtastic_Heartbeat_CALLBACK NULL
|
#define meshtastic_Heartbeat_CALLBACK NULL
|
||||||
#define meshtastic_Heartbeat_DEFAULT NULL
|
#define meshtastic_Heartbeat_DEFAULT NULL
|
||||||
|
|
||||||
@ -1992,7 +1994,7 @@ extern const pb_msgdesc_t meshtastic_ChunkedPayloadResponse_msg;
|
|||||||
#define meshtastic_DuplicatedPublicKey_size 0
|
#define meshtastic_DuplicatedPublicKey_size 0
|
||||||
#define meshtastic_FileInfo_size 236
|
#define meshtastic_FileInfo_size 236
|
||||||
#define meshtastic_FromRadio_size 510
|
#define meshtastic_FromRadio_size 510
|
||||||
#define meshtastic_Heartbeat_size 0
|
#define meshtastic_Heartbeat_size 6
|
||||||
#define meshtastic_KeyVerificationFinal_size 65
|
#define meshtastic_KeyVerificationFinal_size 65
|
||||||
#define meshtastic_KeyVerificationNumberInform_size 58
|
#define meshtastic_KeyVerificationNumberInform_size 58
|
||||||
#define meshtastic_KeyVerificationNumberRequest_size 52
|
#define meshtastic_KeyVerificationNumberRequest_size 52
|
||||||
|
Loading…
Reference in New Issue
Block a user