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.
Dependencies: WizziCom WizziDebug ram_fs modem_ref
Dependents: D7A_Localisation D7A_1x_demo_send_file_data_and_forget D7A_1x_demo_CodeUpgradeProtocol D7A_1x_demo_LoRaWAN ... more
Diff: modem_ref_helper.cpp
- Revision:
- 7:7292fa2ed6e4
- Parent:
- 5:1033c7bebc15
- Child:
- 8:95ba5519a9f7
diff -r 82d13f81393a -r 7292fa2ed6e4 modem_ref_helper.cpp --- a/modem_ref_helper.cpp Fri Aug 25 09:41:11 2017 +0000 +++ b/modem_ref_helper.cpp Tue Sep 12 12:59:50 2017 +0000 @@ -175,9 +175,10 @@ // Check version if (rev.fw_version.major != MODEM_VERSION_MAJOR || rev.fw_version.minor < MODEM_VERSION_MINOR) { - PRINT("You need a modem at version %d.%d.x to use this APP.\n" - "Please check updates by importing:\n" + PRINT("You need a modem at version %d.%d.x or above to use this Driver.\n" + "Please check modem updates by importing:\n" "https://developer.mbed.org/teams/WizziLab/code/D7A_WM_Updater\n" + "Or choose the right 'modem_ref_helper' revision.\n" , MODEM_VERSION_MAJOR, MODEM_VERSION_MINOR); Thread::wait(osWaitForever); }