Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NCP5623B GpsParser ISL29011 libmDot-mbed5 MTS-Serial MMA845x DOGS102 MPL3115A2
Revision 16:e76cec0eec43, committed 2019-03-14
- 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;