Helper library to use modem_ref driver.

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

Revision:
2:54392adb3ed5
Parent:
1:0ec0bae00588
Child:
3:fae784cae93d
--- a/modem_ref_helper.cpp	Thu May 18 08:55:29 2017 +0000
+++ b/modem_ref_helper.cpp	Wed Jun 07 16:26:14 2017 +0000
@@ -173,7 +173,7 @@
     PRINT("-----------------------------------------\r\n");
         
     // Check version
-    if (rev.fw_version.major != MODEM_VERSION_MAJOR || rev.fw_version.minor != MODEM_VERSION_MINOR)
+    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"