mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 20:26:32 +00:00
Updates for release 6.4.0
Updates for release 6.4.0
This commit is contained in:
parent
06d42b63f4
commit
1f38107043
@ -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
|
| 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.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 |
|
| MY_LANGUAGE en-GB | x | x | x | x | x | x |
|
||||||
| MQTT_LIBRARY_TYPE PUBSUBCLIENT | 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_RF_FLASH | - | - | - | x | x | x |
|
||||||
| USE_TX20_WIND_SENSOR | - | - | - | x | x | x |
|
| USE_TX20_WIND_SENSOR | - | - | - | x | x | x |
|
||||||
| USE_RC_SWITCH | - | - | - | x | x | x |
|
| USE_RC_SWITCH | - | - | - | x | x | x |
|
||||||
| USE_RF_SENSOR | - | - | - | - | - | - |
|
| USE_RF_SENSOR | - | - | - | - | - | x | AlectoV2 only
|
||||||
| USE_DISPLAY | - | - | - | - | - | - |
|
| USE_DISPLAY | - | - | - | - | - | - |
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
@ -401,7 +401,7 @@
|
|||||||
|
|
||||||
//#define USE_RF_SENSOR // Add support for RF sensor receiver (434MHz or 868MHz) (+0k8 code)
|
//#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_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
|
* Debug features are only supported in development branch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user