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.
Diff: UbloxCellularBase.h
- Revision:
- 33:093da9fe13ed
- Parent:
- 32:9497868cf171
- Child:
- 34:869b2f035721
--- a/UbloxCellularBase.h Wed Sep 04 15:36:23 2019 +0500
+++ b/UbloxCellularBase.h Thu Sep 05 11:16:16 2019 +0500
@@ -187,12 +187,12 @@
*/
bool change_sim_pin(const char *new_pin);
- /** Get the IMEI.
+ /** Get the IMEI.
*
* @return true if successful, otherwise false.
*/
MBED_DEPRECATED("This method is now replaced by const char * imei(), please use that instead")
- bool get_imei(char *imei_to_send, int size);
+ bool get_imei(char *imei_to_send, int size);
/** Get the IMEI of the module.
*