Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
11:3c6ef9b1be8a
Parent:
10:a568511d470d
Child:
12:beabd59e0c35
--- a/main.cpp	Mon Nov 14 12:34:54 2016 +0000
+++ b/main.cpp	Tue Nov 15 14:46:00 2016 +0000
@@ -17,7 +17,7 @@
 
 // This is the default root key
 // if you have changed this key, please specify it here
-// For now root key size is always D7A_ROOT_KEY_SIZE
+// For now root key size is always D7A_ROOT_KEY_SIZE (8)
 uint8_t root_key[D7A_ROOT_KEY_SIZE] = CUP_DEFAULT_KEY;
 uint8_t root_key_size = D7A_ROOT_KEY_SIZE; // XXX: Do not change this