ublox-cellular-base_R4_PR
Diff: UbloxCellularBase.h
- Revision:
- 21:98aea8f49cd8
- Parent:
- 20:31d5e048fbfa
- Child:
- 22:779971811c46
diff -r 31d5e048fbfa -r 98aea8f49cd8 UbloxCellularBase.h --- 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);