kopia lustrzana https://github.com/meshtastic/protobufs
Device battery INA address
rodzic
d7327c3de2
commit
649ca85256
|
@ -10,3 +10,5 @@
|
|||
*LoRaConfig.bandwidth int_size:16
|
||||
*LoRaConfig.coding_rate int_size:8
|
||||
*LoRaConfig.channel_num int_size:16
|
||||
|
||||
*PowerConfig.device_battery_ina_address int_size:8
|
|
@ -336,6 +336,11 @@ message Config {
|
|||
* 0 for default of 10 seconds
|
||||
*/
|
||||
uint32 min_wake_secs = 8;
|
||||
|
||||
/*
|
||||
* I2C address of INA_2XX to use read device battery voltage
|
||||
*/
|
||||
uint32 device_battery_ina_address = 9;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -863,4 +868,4 @@ message Config {
|
|||
LoRaConfig lora = 6;
|
||||
BluetoothConfig bluetooth = 7;
|
||||
}
|
||||
}
|
||||
}
|
Ładowanie…
Reference in New Issue