mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-06 05:41:46 +00:00
[create-pull-request] automated change
This commit is contained in:
parent
f68f8e5547
commit
227cd93e67
@ -1 +1 @@
|
|||||||
Subproject commit c85caacf3c92717ad5547927c784cbe527ee1d74
|
Subproject commit bb4f10f28f5122ae4d0d93b9dc709020f767b435
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user