fix(boards): Fix XIAO BLE voltage divider config.

* Use proper resistor value for the `output-ohms` property.
This commit is contained in:
Peter Johanson 2022-11-17 23:25:11 -05:00 committed by Pete Johanson
parent 6e7c2a08a2
commit 9f90dd1fc7
1 changed files with 1 additions and 1 deletions

View File

@ -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)>;
};
};