fix(boards): Fix XIAO BLE voltage divider config.
* Use proper resistor value for the `output-ohms` property.
This commit is contained in:
parent
6e7c2a08a2
commit
9f90dd1fc7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
label = "BATTERY";
|
||||
io-channels = <&adc 7>;
|
||||
power-gpios = <&gpio0 14 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>;
|
||||
output-ohms = <1000000>;
|
||||
output-ohms = <510000>;
|
||||
full-ohms = <(1000000 + 510000)>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue