Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
21:308466f40058
Parent:
20:100143cecc41
Child:
22:f2b01e5e087e
--- a/main.cpp	Mon Jul 10 13:09:26 2017 +0000
+++ b/main.cpp	Fri Sep 15 15:52:44 2017 +0000
@@ -150,7 +150,7 @@
             break;
         }
         
-        if (check_parameter("Hardware version...      ", rev.hw_version, cup->hw_id))
+        if (check_parameter("Hardware version...      ", rev.hw_version&0x00FFFFFF, cup->hw_id))
         {
             print_check_hardware();
             break;