mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
[create-pull-request] automated change
This commit is contained in:
Submodule protobufs updated: c85caacf3c...bb4f10f28f
@@ -54,7 +54,7 @@ extern const pb_msgdesc_t ChannelSet_msg;
|
|||||||
#define ChannelSet_fields &ChannelSet_msg
|
#define ChannelSet_fields &ChannelSet_msg
|
||||||
|
|
||||||
/* Maximum encoded size of messages (where known) */
|
/* Maximum encoded size of messages (where known) */
|
||||||
#define ChannelSet_size 581
|
#define ChannelSet_size 582
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ typedef struct _Config_LoRaConfig {
|
|||||||
uint32_t hop_limit;
|
uint32_t hop_limit;
|
||||||
bool tx_enabled;
|
bool tx_enabled;
|
||||||
int8_t tx_power;
|
int8_t tx_power;
|
||||||
uint8_t channel_num;
|
uint16_t channel_num;
|
||||||
pb_size_t ignore_incoming_count;
|
pb_size_t ignore_incoming_count;
|
||||||
uint32_t ignore_incoming[3];
|
uint32_t ignore_incoming[3];
|
||||||
} Config_LoRaConfig;
|
} Config_LoRaConfig;
|
||||||
@@ -388,7 +388,7 @@ extern const pb_msgdesc_t Config_BluetoothConfig_msg;
|
|||||||
#define Config_BluetoothConfig_size 10
|
#define Config_BluetoothConfig_size 10
|
||||||
#define Config_DeviceConfig_size 6
|
#define Config_DeviceConfig_size 6
|
||||||
#define Config_DisplayConfig_size 20
|
#define Config_DisplayConfig_size 20
|
||||||
#define Config_LoRaConfig_size 67
|
#define Config_LoRaConfig_size 68
|
||||||
#define Config_NetworkConfig_size 137
|
#define Config_NetworkConfig_size 137
|
||||||
#define Config_PositionConfig_size 30
|
#define Config_PositionConfig_size 30
|
||||||
#define Config_PowerConfig_size 43
|
#define Config_PowerConfig_size 43
|
||||||
|
|||||||
@@ -144,7 +144,7 @@ extern const pb_msgdesc_t LocalModuleConfig_msg;
|
|||||||
#define LocalModuleConfig_fields &LocalModuleConfig_msg
|
#define LocalModuleConfig_fields &LocalModuleConfig_msg
|
||||||
|
|
||||||
/* Maximum encoded size of messages (where known) */
|
/* Maximum encoded size of messages (where known) */
|
||||||
#define LocalConfig_size 334
|
#define LocalConfig_size 335
|
||||||
#define LocalModuleConfig_size 270
|
#define LocalModuleConfig_size 270
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Reference in New Issue
Block a user