Releases: couin3/RFLink
Releases · couin3/RFLink
v5.2 ESP32 WiFi Reconnect Work Around and more
- ESP32 WiFi Reconnect Work Around and more, ESP32 should now be steady
- New Plugin 037 : Support for AcuRite 986 Refrigrerator / Freezer Temperature sensors (Thanks to NorthernMan54)
- OTA support to be tested, commented out in main branch (Thanks to NorthernMan54)
v5.1 Added SSL option
- Added SSL option (see #define MQTT_SSL & CHECK_CACERT in RFLink.h)
- Removed some bugs causing reboot on ESP8266
v5.0 Removed Web interface
Removed all Auto-connect parts
- Reason : it's simply too much time consuming too maintain for me.
- Help accepted : Feel free to make a fork with the UI that suits you (you may start from previous v4.4)
- Updates : I will do my best to make the core part easy to to get up to date.
v4.4 New Plugin 083 and network improvements
- New plugin 083, Brel Motor
- Minor change in plugin 035, Imagintronix
- Added some RFM69 tweaks
- Added DHCP option with USE_DHCP define
- Added MQTT last will with MQTT_LWT define
Thanks basty149 & IDkonnecT
v4.3 - New plugins
New plugins :
- Plugin 036 : F007_TH
- Plugin 064 : Atlantic PIR/Alarm
- Plugin 011 : HomeConfort / TEL-010
And many minor changes
v4.2 - Working ESP32 OLED screen
And still ESP8266
v4.1 - Working ESP32 Webserver
And various changes in SPIFFS, ArduinoJSON and MQTT for having a working ESP32 platform
v4.0 Working TX & Webserver
Webserver now includes :
- Extended settings with Radio RX/TX pins
- TX capabilities with a Send area
Thanks Schmurtzn for Autoconnect code part.
Thanks Axellum for Web code enhancements.
v4.0 Beta1 - Working TX & Webserver
Includes latest changes.
Should be latest v4.0 Beta prior merge with master branch.
Thanks Schmurtzn for Autoconnect code part.
Thanks Axellum for Web code enhancements.
v4.0 Beta - Working TX & Webserver
This is a fusion between v2.0 and v3.0 branches !
Thanks Schmurtzn for Autoconnect code part