Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
25:cf50a4098334
Parent:
24:3aa9b3b4a89c
Child:
26:7fc24677a950
--- a/main.cpp	Mon Sep 25 16:24:06 2017 +0000
+++ b/main.cpp	Fri Oct 20 13:35:45 2017 +0000
@@ -210,6 +210,14 @@
             {
                 PRINT("\r\nYour modem is up to date! (v%d.%d.%d)\r\n",
                         rev.fw_version.major, rev.fw_version.minor, rev.fw_version.patch);
+                        
+                PRINT("\r\n"
+                      "This new version enables the LoRaWAN stack on the modem.\n"
+                      "If you want to use LoRaWAN with the Dash7Board, please contact us at support@wizzilab.com\n"
+                      "We will enable your device to work with it.\n"
+                      "A demo application is available here to get started with the LoRaWAN stack:\n"
+                      "https://os.mbed.com/teams/WizziLab/code/D7A_1x_demo_LoRaWAN/\n"
+                      );
                 break;
             }