2.3.1
Highlights in this release
RF24: Add delay after power-up (#1193)
Update #1184, RFM69 frequency band support for India
Improve transport function & debug messages (#1191)
Allow flash strings in present() to save RAM (#1198)
Important information:
- The NRF24 defines have been renamed to RF24 to use naming that's consistent with the other transport defines.
- ESP8266 board definitions 2.4.2 or later are REQUIRED for use with this release. If you use ESP8266 board definitions 2.4.1 or earlier you will get an error saying
fatal error: gdb_hooks.h: No such file or directory #include "gdb_hooks.h"
Contributors
Special thanks to the following people who have contributed code to this release:
- freynder
- Jeeva Kandasamy
- Lee Nelson
- tekka
- Yveaux
- Marcelo Aquino
- Mikael Falkvidd
- Patrick Fallberg
Changelog
MySensors 2.3.1 release
f4fd69eb131cd5d by Mikael Falkvidd git@mjo.se at 2018-12-14 08:53:20
MQTT GW: Add INDICATION_GW_RX (#1228)
121648f34bb45ab by tekka at 2018-11-12 20:36:10
Update PubSubClient 2.7 (#1224)
4b14f5a7401e732 by tekka at 2018-11-11 14:06:37
Implement CPUTemperature() (#1225)
bde7dadca6c50d5 by tekka at 2018-11-04 12:27:28
Display release number (#1217)
06bdb991b6012c3 by tekka at 2018-11-03 09:04:32
MY_DEBUGDEVICE output (#1221)
4104cdbb980eb35 by tekka at 2018-10-23 21:26:16
Revert "Allow splash screen to redirect to MY_DEBUGDEVICE if defined (#1057) (#1210)" (#1220)
This reverts commit f5676a3.
d1805db3484e5e9 by tekka at 2018-10-23 19:38:13
Allow splash screen to redirect to MY_DEBUGDEVICE if defined (#1057) (#1210)
- Allow splash screen to redirect to MY_DEBUGDEVICE if defined (#1057)
f5676a362207b89 by Lee Nelson at 2018-10-22 18:55:39
Code updates & harmonization (#1201)
8e8f44b40252e9d by tekka at 2018-10-21 14:55:24
Jenkins:Update Arduino 1.8.7 (#1215)
b6ab7aaf03354bf by tekka at 2018-10-21 11:10:21
Add GatewayESP32OTA example (#1216)
5a7f3a4faee19e1 by tekka at 2018-10-21 11:10:07
Fix internal message forwarding (#1205)
5d159a6c57209e9 by tekka at 2018-09-12 09:27:12
Allow flash strings in present() to save RAM (#1198)
b346214b1988a57 by tekka at 2018-09-04 07:00:38
Fix SPIDEV on Armbian Stretch (#1200)
Fix #1195
1c33609556e10b1 by Marcelo Aquino at 2018-09-04 06:59:32
Update Jenkins to use Arduino 1.8.6 (#1199)
0b51d5c1476086f by tekka at 2018-08-31 09:17:02
RF24: Add delay after power-up (#1193)
7214b0d4577ba9b by tekka at 2018-08-30 19:14:29
Nrf24 lowlevel (#1192)
- Implemented nRF24 constant carrier wave
For testing purposes only! Not used by regular MySensors stack.
-
Please Jenkins for unused functions
-
Add RPD retrieval
966c5d70e12ba41 by Embedded Innovation at 2018-08-30 19:14:10
Inclusion mode: change pinmode to INPUT_PULLUP (#1197)
Issue 1196: #1196
According to arduino references we should instead use INPUT_PULLUP
as of Arduino 1.0.1
https://www.arduino.cc/en/Tutorial/DigitalPins
cff369679b96afb by freynder at 2018-08-30 19:13:44
Improve transport function & debug messages (#1191)
6d24ab1bb52ed44 by tekka at 2018-08-29 12:52:01
AVR: Fix variable scope in SHA256 ASM (#1188)
-
AVR: Disable SHA256 ASM implementation
-
AVR: Fix variable scope in SHA256 ASM
ea7f7bec79573a5 by tekka at 2018-08-26 15:39:47
Add lowlevel nRF24 functions (#1190)
- Implemented nRF24 constant carrier wave
For testing purposes only! Not used by regular MySensors stack.
- Please Jenkins for unused functions
5051d516dcb42cc by Embedded Innovation at 2018-08-26 15:38:46
RF24: Fix TX issue regarding PA+LNA modules (#1189)
46568ba14a6b6e6 by tekka at 2018-08-26 12:46:16
Code maintenance (#1186)
6ffe29cb5fcfa33 by tekka at 2018-08-22 18:50:16
Update #1184, RFM69 frequency band support for India (#1185)
c8d951d3df05a23 by Jeeva Kandasamy at 2018-08-21 17:31:10
Introduce CryptoHAL, optimize crypto functions (#1178)
2e406f51350f46c by tekka at 2018-08-21 17:30:11
Direct node2node traffic (#1174)
831e0e8cd232f7e by tekka at 2018-08-21 17:20:06
GW: Send discovery message after startup
4a94fcfd4fafaf7 by Olivier at 2018-08-15 12:32:08
Update library props and fix typo (#1173)
57e3294bcc82b8e by tekka at 2018-08-07 14:00:48
Add CPPFLAGS to configure output (#1168)
Printing the CPPFLAGS might help people notice when they are
not including all parameters on one line.
d0d0ee7e5ee6f30 by Mikael Falkvidd at 2018-08-06 17:15:47
ESP8266: Updates to support 2.4.2 board defs (#1169)
2badd59a71a096b by tekka at 2018-08-04 18:40:54
Prevent toggle ACTIVATE (#1164)
Fix issue #1163. Prevent toggling advanced features on nRF24L01 non-plus versions.
c6a970be8ba27ba by Embedded Innovation at 2018-07-30 11:14:36
Development version 2.3.1-alpha (#1154)
75538934955572c by Patrick Fallberg at 2018-06-25 07:21:45