Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: example-ublox-cellular-psm
Diff: UbloxCellularBase.h
- Revision:
- 21:98aea8f49cd8
- Parent:
- 20:31d5e048fbfa
- Child:
- 22:779971811c46
--- a/UbloxCellularBase.h Fri Mar 22 13:45:51 2019 +0500 +++ b/UbloxCellularBase.h Fri Mar 22 15:47:18 2019 +0500 @@ -214,8 +214,12 @@ #define DEFAULT_MNO_PROFILE SW_DEFAULT #endif - /** Reads the current MNO profile from modem and sets it to user specified profile + /** Reads the current MNO profile from modem and sets it to user specified profile. + * User can also specify profile in mbed_lib.json file and call set_mno_profile without any arguments. * + * Note: MNO profile should only be set in detached state and a reboot is required for settings to take effect + * + * @param profile MNO profile to use * @return true if operation was successful, false if there was an error */ bool set_mno_profile(MNOProfile profile = DEFAULT_MNO_PROFILE);