From 1f38107043eec7836f5bb1df3bc93a414fc90ba5 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 16 Dec 2018 14:28:33 +0100 Subject: [PATCH] Updates for release 6.4.0 Updates for release 6.4.0 --- RELEASENOTES.md | 4 ++-- sonoff/my_user_config.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3c286ffe8..973658a4c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -99,7 +99,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c | Feature or Sensor | minimal | basic | classic | sonoff | knx | sensors | Remarks |--------------------------------|---------|-------|---------|--------|------|---------|-------- | ESP/Arduino lib v2.3.0 | 346k | 429k | 482k | 504k | 522k | 535k | -| ESP/Arduino lib v2.4.2 | 366k | 446k | 496k | 522k | 538k | 551k | +| ESP/Arduino lib v2.4.2 | 366k | 446k | 496k | 522k | 538k | 551k | No wifi sleep | | | | | | | | | MY_LANGUAGE en-GB | x | x | x | x | x | x | | MQTT_LIBRARY_TYPE PUBSUBCLIENT | x | x | x | x | x | x | @@ -180,7 +180,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c | USE_RF_FLASH | - | - | - | x | x | x | | USE_TX20_WIND_SENSOR | - | - | - | x | x | x | | USE_RC_SWITCH | - | - | - | x | x | x | -| USE_RF_SENSOR | - | - | - | - | - | - | +| USE_RF_SENSOR | - | - | - | - | - | x | AlectoV2 only | USE_DISPLAY | - | - | - | - | - | - | ## Changelog diff --git a/sonoff/my_user_config.h b/sonoff/my_user_config.h index bb680c8ad..46cf3f015 100644 --- a/sonoff/my_user_config.h +++ b/sonoff/my_user_config.h @@ -401,7 +401,7 @@ //#define USE_RF_SENSOR // Add support for RF sensor receiver (434MHz or 868MHz) (+0k8 code) // #define USE_THEO_V2 // Add support for decoding Theo V2 sensors as documented on https://sidweb.nl using 434MHz RF sensor receiver (+1k4 code) -// #define USE_ALECTO_V2 // Add support for decoding Alecto V2 sensors like ACH2010, WS3000 and DKW2012 using 868MHz RF sensor receiver (+1k7 code) +// #define USE_ALECTO_V2 // Add support for decoding Alecto V2 sensors like ACH2010, WS3000 and DKW2012 weather stations using 868MHz RF sensor receiver (+1k7 code) /*********************************************************************************************\ * Debug features are only supported in development branch