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.
Revision 15:e098cf00f502, committed 2019-05-03
- Comitter:
- icarballeda
- Date:
- Fri May 03 21:37:43 2019 +0000
- Parent:
- 13:fc3817b65dca
- Commit message:
- CO2 is equal to -99 when it fails.; AppEUI, AppKEY & Radio Confs edited to work with Cisco Gateways (Multitech Compatible); Smartium: Added New message, alert string as in CDFS protocol.; Fixed: Accel & ux for errors
Changed in this revision
Lora.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Lora.h Thu Jul 27 11:08:40 2017 -0500 +++ b/Lora.h Fri May 03 21:37:43 2019 +0000 @@ -140,10 +140,10 @@ const uint32_t AU915_FREQ_MAX = 928000000; const uint8_t AU915_MIN_DATARATE = (uint8_t) DR_0; //!< Minimum transmit datarate for AU915 - const uint8_t AU915_MAX_DATARATE = (uint8_t) DR_4; //!< Maximum transmit datarate for AU915 + const uint8_t AU915_MAX_DATARATE = (uint8_t) DR_12; //!< Maximum transmit datarate for AU915 const uint8_t AU915_MIN_DATARATE_OFFSET = (uint8_t) 0; //!< Minimum transmit datarate for AU915 - const uint8_t AU915_MAX_DATARATE_OFFSET = (uint8_t) 3; //!< Maximum transmit datarate for AU915 + const uint8_t AU915_MAX_DATARATE_OFFSET = (uint8_t) 12; //!< Maximum transmit datarate for AU915 const uint8_t EU868_125K_NUM_CHANS = 16; //!< Number of 125k channels in EU868 channel plan const uint8_t EU868_DEFAULT_NUM_CHANS = 3; //!< Number of defualt channels in EU868 channel plan @@ -178,7 +178,7 @@ const uint32_t EU868_FREQ_MAX = 870000000; const uint8_t EU868_MIN_DATARATE = (uint8_t) DR_0; //!< Minimum transmit datarate for EU868 - const uint8_t EU868_MAX_DATARATE = (uint8_t) DR_7; //!< Maximum transmit datarate for EU868 + const uint8_t EU868_MAX_DATARATE = (uint8_t) DR_12; //!< Maximum transmit datarate for EU868 const uint8_t EU868_MIN_DATARATE_OFFSET = (uint8_t) 0; //!< Minimum transmit datarate for US915 const uint8_t EU868_MAX_DATARATE_OFFSET = (uint8_t) 5; //!< Maximum transmit datarate for US915