Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
24:3aa9b3b4a89c
Parent:
22:f2b01e5e087e
Child:
25:cf50a4098334
--- a/main.cpp	Mon Sep 18 13:38:40 2017 +0000
+++ b/main.cpp	Mon Sep 25 16:24:06 2017 +0000
@@ -124,9 +124,9 @@
     // Start & initialize
     DBG_OPEN(DEBUG_LED);
     PRINT("\r\n"
-          "-----------------------------------\r\n"
-          "---------- D7A WM Updater ---------\r\n"
-          "-----------------------------------\r\n");
+          "-----------------------------------------\r\n"
+          "------------- D7A WM Updater ------------\r\n"
+          "-----------------------------------------\r\n");
 
 #ifdef DEBUG_BUTTON
     DebouncedInterrupt user_interrupt(DEBUG_BUTTON);
@@ -185,11 +185,12 @@
                 break;
             }
             
+            /*
             if (check_parameter("Firmware id...           ", rev.fw_version.id&0x7F, cup->fw_id))
             {
                 print_check_rev();
                 break;
-            }
+            }*/
             
             if (version_old != version_new)
             {