mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge ef5d56b947 into 4d5b500df5
This commit is contained in:
commit
d599c2bc03
2 changed files with 9 additions and 1 deletions
|
|
@ -17,8 +17,10 @@
|
|||
*LoRaConfig.channel_num int_size:16
|
||||
|
||||
*PowerConfig.device_battery_ina_address int_size:8
|
||||
*PowerConfig.ocv max_count:11
|
||||
*PowerConfig.ocv int_size:16
|
||||
|
||||
*SecurityConfig.public_key max_size:32
|
||||
*SecurityConfig.private_key max_size:32
|
||||
*SecurityConfig.admin_key max_size:32
|
||||
*SecurityConfig.admin_key max_count:3
|
||||
*SecurityConfig.admin_key max_count:3
|
||||
|
|
@ -482,6 +482,12 @@ message Config {
|
|||
*/
|
||||
uint32 device_battery_ina_address = 9;
|
||||
|
||||
/*
|
||||
* Open circuit voltage array (in millivolts) for battery percentage estimation.
|
||||
* Provide NUM_OCV_POINTS entries from full to empty. If unset, device defaults are used.
|
||||
*/
|
||||
repeated uint32 ocv = 10;
|
||||
|
||||
/*
|
||||
* If non-zero, we want powermon log outputs. With the particular (bitfield) sources enabled.
|
||||
* Note: we picked an ID of 32 so that lower more efficient IDs can be used for more frequently used options.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue