Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
1:765933092750
Parent:
0:82a60d86ab2e
Child:
2:e0cdfa7d2a8b
--- a/cup.cpp	Wed Oct 26 10:03:59 2016 +0000
+++ b/cup.cpp	Wed Oct 26 11:01:26 2016 +0000
@@ -8,9 +8,6 @@
 #define FLASH_PAGE_SIZE (256)
 #define TU_LOCAL        (220)
 
-const uint8_t root_key[D7A_ROOT_KEY_SIZE] = {
-    0xCE, 0x57, 0x74, 0x0B, 0x04, 0x1E, 0xCA, 0xFE
-};
 
 CUP_Archive::CUP_Archive(void) :
 data(cup_data),
@@ -79,8 +76,6 @@
         
     D7A_WRITE((uint8_t*)&cfg, CUP_CFG_FID, 0, 12, root_key);
     
-    PRINT("CUP Done.\r\nWaiting for reboot...\r\n");
+    PRINT("CUP Done.\r\nPlease wait for reboot...\r\n");
 }
-    
-    
     
\ No newline at end of file