Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
18:a8a640941018
Parent:
17:05c9ec970a6d
Child:
23:365775929293
Child:
26:7fc24677a950
--- a/bin.h	Tue Mar 14 15:18:05 2017 +0000
+++ b/bin.h	Mon Apr 24 16:40:03 2017 +0000
@@ -1,6 +1,7 @@
 
-#define __PLATFORM_SH2030__
+//#define __PLATFORM_SH2030__
 //#define __PLATFORM_SH2001__
+#define __PLATFORM_SH2050__
 
 
 #if defined(__PLATFORM_SH2030__)
@@ -11,4 +12,8 @@
     // Platform SH2001
     #include "bin_SH2001.h"
     #include "bootloader_SH2001.h"
+#elif defined(__PLATFORM_SH2050__)
+    // Platform SH2050
+    #include "bin_SH2050.h"
+    #include "bootloader_SH2050.h"
 #endif
\ No newline at end of file