Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
17:05c9ec970a6d
Parent:
16:5a6168dbe7bb
Child:
18:a8a640941018
--- a/main.cpp	Mon Mar 13 12:13:41 2017 +0000
+++ b/main.cpp	Tue Mar 14 15:18:05 2017 +0000
@@ -84,7 +84,9 @@
 
 void print_check_rev(void)
 {
-    PRINT("Please, check that you are at the right version is rhe revision tree\r\n");
+    PRINT("\r\n"
+          "/!\\ Please, check that you are at the right commit in the mbed revision tree /!\\\r\n"
+    );
 }
 
 void print_check_hardware(void)
@@ -197,12 +199,12 @@
                     print_check_rev();
                     break;
                 }
-                /*
+                
                 if (check_parameter("Firmware version minor...", rev.fw_version.minor, cup->target_fw_minor))
                 {
                     print_check_rev();
                     break;
-                }*/
+                }
             }
             else
             {