Skip to content

doc: libraries: modem_battery: fix typo #21219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/nrf/libraries/modem/modem_battery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Battery low level notifications are received within a time interval of 60 second
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.

An application can follow ``+CSCON`` notifications and expect low battery level notification only after ``+CSCON: 1`` is received.
The factory default battery voltage low level is 3300 mV and the default range is 3100 to 3500 mV.
The factory default battery voltage low level is 3300 mV and the default range is 3100 to 5000 mV.
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).

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.
Expand Down