Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
26:7fc24677a950
Parent:
22:f2b01e5e087e
Child:
32:e3ee65b5b835
--- a/cup.cpp	Fri Oct 20 13:35:45 2017 +0000
+++ b/cup.cpp	Mon Jan 29 18:08:31 2018 +0000
@@ -18,12 +18,10 @@
     .mfg_id          = CUP_MFG_ID,
     .dev_id          = CUP_DEV_ID,
     .hw_id           = CUP_HW_ID,
-    .fw_id           = CUP_FW_ID,
     .fw_major        = CUP_FW_MAJOR,
     .fw_minor        = CUP_FW_MINOR,
     .fw_patch        = CUP_FW_PATCH,
     .fw_hash         = CUP_FW_HASH,
-    .target_fw_id    = CUP_TARGET_FW_ID,
     .target_fw_major = CUP_TARGET_FW_MAJOR,
     .target_fw_minor = CUP_TARGET_FW_MINOR,
 };
@@ -40,12 +38,10 @@
     .mfg_id          = BOOTLOADER_MFG_ID,
     .dev_id          = BOOTLOADER_DEV_ID,
     .hw_id           = BOOTLOADER_HW_ID,
-    .fw_id           = BOOTLOADER_FW_ID,
     .fw_major        = BOOTLOADER_FW_MAJOR,
     .fw_minor        = BOOTLOADER_FW_MINOR,
     .fw_patch        = BOOTLOADER_FW_PATCH,
     .fw_hash         = BOOTLOADER_FW_HASH,
-    .target_fw_id    = BOOTLOADER_TARGET_FW_ID,
     .target_fw_major = BOOTLOADER_TARGET_FW_MAJOR,
     .target_fw_minor = BOOTLOADER_TARGET_FW_MINOR,
 };