Jimmy P
Results
1
issues of
Jimmy P
When using `CONFIG_ZMK_BATTERY_REPORTING_FETCH_MODE_LITHIUM_VOLTAGE` get a message in the log `Failed to fetch battery values: -...` In [battery.c](https://github.com/zmkfirmware/zmk/blob/main/app/src/battery.c) sensor channel name: `SENSOR_CHAN_VOLTAGE` but in [battery_common.c](https://github.com/zmkfirmware/zmk/blob/main/app/module/drivers/sensor/battery/battery_common.c) : `SENSOR_CHAN_GAUGE_VOLTAGE` ``` battery_common.c : int...