mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #89 adc_multiplier_override pref
adc_multiplier_override pref
This commit is contained in:
commit
2930129e8e
1 changed files with 6 additions and 0 deletions
|
|
@ -692,6 +692,12 @@ message RadioConfig {
|
|||
* Decrypted packets may be useful for external systems that want to consume meshtastic packets
|
||||
*/
|
||||
bool mqtt_encryption_enabled = 174;
|
||||
|
||||
/*
|
||||
* Ratio of voltage divider for battery pin eg. 3.20 (R1=100k, R2=220k)
|
||||
* Overrides the ADC_MULTIPLIER defined in variant for battery voltage calculation.
|
||||
*/
|
||||
float adc_multiplier_override = 175;
|
||||
}
|
||||
UserPreferences preferences = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue