mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
[create-pull-request] automated change (#3964)
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7d873eb06b
commit
1a253dccc3
Submodule protobufs updated: 5cfadd1489...b5dc871a1b
@@ -75,7 +75,7 @@ typedef struct _meshtastic_HamParameters {
|
|||||||
Ensure your radio is capable of operating of the selected frequency before setting this. */
|
Ensure your radio is capable of operating of the selected frequency before setting this. */
|
||||||
float frequency;
|
float frequency;
|
||||||
/* Optional short name of user */
|
/* Optional short name of user */
|
||||||
char short_name[6];
|
char short_name[5];
|
||||||
} meshtastic_HamParameters;
|
} meshtastic_HamParameters;
|
||||||
|
|
||||||
/* Response envelope for node_remote_hardware_pins */
|
/* Response envelope for node_remote_hardware_pins */
|
||||||
@@ -342,7 +342,7 @@ extern const pb_msgdesc_t meshtastic_NodeRemoteHardwarePinsResponse_msg;
|
|||||||
/* Maximum encoded size of messages (where known) */
|
/* Maximum encoded size of messages (where known) */
|
||||||
#define MESHTASTIC_MESHTASTIC_ADMIN_PB_H_MAX_SIZE meshtastic_AdminMessage_size
|
#define MESHTASTIC_MESHTASTIC_ADMIN_PB_H_MAX_SIZE meshtastic_AdminMessage_size
|
||||||
#define meshtastic_AdminMessage_size 500
|
#define meshtastic_AdminMessage_size 500
|
||||||
#define meshtastic_HamParameters_size 32
|
#define meshtastic_HamParameters_size 31
|
||||||
#define meshtastic_NodeRemoteHardwarePinsResponse_size 496
|
#define meshtastic_NodeRemoteHardwarePinsResponse_size 496
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Reference in New Issue
Block a user