MTDOT-BOX-EVB-Factory-Firmware

Dependencies:   NCP5623B GpsParser ISL29011 libmDot-mbed5 MTS-Serial MMA845x DOGS102 MPL3115A2

Files at this revision

API Documentation at this revision

Comitter:
jenkins@jenkinsdm1
Date:
Thu Mar 14 08:23:20 2019 -0500
Parent:
15:d8594207297a
Commit message:
dotbox-firmware revision 3.1.2

Changed in this revision

dotbox_version.h Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/dotbox_version.h	Wed Oct 10 20:05:34 2018 +0000
+++ b/dotbox_version.h	Thu Mar 14 08:23:20 2019 -0500
@@ -1,6 +1,6 @@
 #ifndef __VERSION_H__
 #define __VERSION_H__
 
-#define MTDOT_BOX_VERSION "3.1.1"
+#define MTDOT_BOX_VERSION "3.1.2"
 
 #endif
--- a/main.cpp	Wed Oct 10 20:05:34 2018 +0000
+++ b/main.cpp	Thu Mar 14 08:23:20 2019 -0500
@@ -188,6 +188,11 @@
                     plan = new lora::ChannelPlan_AS923_Japan();
                     break;
 
+                case CP_IN865:
+                    delete plan;
+                    plan = new lora::ChannelPlan_IN865();
+                    break;
+
                 default:
                     logInfo("Saved channel plan not valid Defaulting US915");
                     delete plan;