Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
33:9cd782e2b423
Parent:
32:e3ee65b5b835
--- a/main.cpp	Tue Aug 20 13:51:30 2019 +0000
+++ b/main.cpp	Wed Oct 23 14:44:56 2019 +0000
@@ -133,7 +133,7 @@
           "------------- D7A WM Updater ------------\r\n"
           "-----------------------------------------\r\n");
           
-    PRINT("SystemCoreClock is %d Hz\r\n", SystemCoreClock);  
+    //PRINT("SystemCoreClock is %d Hz\r\n", SystemCoreClock);  
 
 #ifdef DEBUG_BUTTON
     DebouncedInterrupt user_interrupt(DEBUG_BUTTON);
@@ -222,7 +222,11 @@
             }
             else
             {
-                PRINT("\r\nYour modem is up to date! (v%d.%d.%d)\r\n",
+                PRINT("\r\n"
+                      "-----------------------------------------\r\n"
+                      "Your modem is up to date! (v%d.%d.%d)\r\n"
+                      "-----------------------------------------\r\n"
+                      "\r\n",
                         rev.fw_version.major, rev.fw_version.minor, rev.fw_version.patch);
             }