mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 11:10:52 +00:00
[create-pull-request] automated change (#2579)
Co-authored-by: thebentern <thebentern@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f02923435b
commit
7ca2e818df
Submodule protobufs updated: 5f3daac5fa...e4396fd499
@@ -153,7 +153,7 @@ typedef struct _meshtastic_DeviceState {
|
|||||||
/* The mesh's nodes with their available gpio pins for RemoteHardware module */
|
/* The mesh's nodes with their available gpio pins for RemoteHardware module */
|
||||||
pb_size_t node_remote_hardware_pins_count;
|
pb_size_t node_remote_hardware_pins_count;
|
||||||
meshtastic_NodeRemoteHardwarePin node_remote_hardware_pins[12];
|
meshtastic_NodeRemoteHardwarePin node_remote_hardware_pins[12];
|
||||||
/* New lite version of NodeDB to decrease */
|
/* New lite version of NodeDB to decrease memory footprint */
|
||||||
pb_size_t node_db_lite_count;
|
pb_size_t node_db_lite_count;
|
||||||
meshtastic_NodeInfoLite node_db_lite[80];
|
meshtastic_NodeInfoLite node_db_lite[80];
|
||||||
} meshtastic_DeviceState;
|
} meshtastic_DeviceState;
|
||||||
|
|||||||
Reference in New Issue
Block a user