Skip to content

Commit 2ed4ef5

Browse files
MirkoCovizzirlubos
authored andcommitted
doc: libraries: modem_battery: fix typo
The upper bound of the voltage range was erroneously specified as 3500 mV when, instead, it should be 5000 mV according to the technical documentation for `%XVBATLOWLVL`. Signed-off-by: Mirko Covizzi <[email protected]>
1 parent d68f133 commit 2ed4ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nrf/libraries/modem/modem_battery.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Battery low level notifications are received within a time interval of 60 second
5050
Unsolicited notifications of battery voltage low level are automatically enabled when the modem battery library is enabled using the :kconfig:option:`CONFIG_MODEM_BATTERY` Kconfig option.
5151

5252
An application can follow ``+CSCON`` notifications and expect low battery level notification only after ``+CSCON: 1`` is received.
53-
The factory default battery voltage low level is 3300 mV and the default range is 3100 to 3500 mV.
53+
The factory default battery voltage low level is 3300 mV and the default range is 3100 to 5000 mV.
5454
To update this value, call the :c:func:`modem_battery_low_level_set` function by passing an integer for the battery voltage low level (measured in mV).
5555

5656
To start receiving notifications of battery voltage low level from the modem, first set a handler by calling the :c:func:`modem_battery_low_level_handler_set` function before subscribing.

0 commit comments

Comments
 (0)