mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Counters
This commit is contained in:
parent
976748839f
commit
cdf4eb4c35
2 changed files with 9 additions and 2 deletions
|
|
@ -11,6 +11,7 @@
|
|||
*OEMStore.oem_aes_key max_size:32
|
||||
|
||||
*DeviceState.node_remote_hardware_pins max_count:12
|
||||
*DeviceState.nodes_seen max_count:2000
|
||||
|
||||
*NodeInfoLite.channel int_size:8
|
||||
*NodeInfoLite.hops_away int_size:8
|
||||
*NodeInfoLite.hops_away int_size:8
|
||||
|
|
@ -191,6 +191,12 @@ message DeviceState {
|
|||
* New lite version of NodeDB to decrease memory footprint
|
||||
*/
|
||||
repeated NodeInfoLite node_db_lite = 14 [(nanopb).callback_datatype = "std::vector<meshtastic_NodeInfoLite>"];
|
||||
|
||||
repeated uint32 nodes_seen = 15;
|
||||
|
||||
uint32 total_packets = 16;
|
||||
|
||||
uint32 rejected_packets = 17;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -254,4 +260,4 @@ message OEMStore {
|
|||
* A Preset LocalModuleConfig to apply during factory reset
|
||||
*/
|
||||
LocalModuleConfig oem_local_module_config = 8;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue