Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
1:765933092750
Parent:
0:82a60d86ab2e
Child:
2:e0cdfa7d2a8b
--- a/bin.h	Wed Oct 26 10:03:59 2016 +0000
+++ b/bin.h	Wed Oct 26 11:01:26 2016 +0000
@@ -6,10 +6,10 @@
 #else
     // Platform SH1001
     #include "bin_SH1001.h"
-    #define PLATFORM_HW_VERSION         0x00100101
+    #define PLATFORM_HW_VERSION         0x00200101
 #endif
 
 #define PLATFORM_MANUFACTURER_ID        0x01BC50C7
 #define PLATFORM_DEVICE_ID              0x00001001
 
-extern const uint8_t const cup_data[];
+extern const uint8_t const cup_data[CUP_DATA_SIZE];