Revert Tuya change

This commit is contained in:
Theo Arends 2022-12-14 13:55:16 +01:00
parent 6a9c3bf3e5
commit dce90f30d7
3 changed files with 2 additions and 3 deletions

View File

@ -151,7 +151,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
- DS18x20 ``DS18Alias`` to ``DS18Sens`` [#16833](https://github.com/arendst/Tasmota/issues/16833) - DS18x20 ``DS18Alias`` to ``DS18Sens`` [#16833](https://github.com/arendst/Tasmota/issues/16833)
- Compiling with reduced boards manifests in favour of Autoconfig [#16848](https://github.com/arendst/Tasmota/issues/16848) - Compiling with reduced boards manifests in favour of Autoconfig [#16848](https://github.com/arendst/Tasmota/issues/16848)
- ADE7953 monitoring from instant power to accumulated energy [#16941](https://github.com/arendst/Tasmota/issues/16941) - ADE7953 monitoring from instant power to accumulated energy [#16941](https://github.com/arendst/Tasmota/issues/16941)
- TuyaMcu rewrite by btsimonh [#17051](https://github.com/arendst/Tasmota/issues/17051)
- WS2812 sends signal to only ``Pixels`` leds instead of sending to 512 leds [#17055](https://github.com/arendst/Tasmota/issues/17055) - WS2812 sends signal to only ``Pixels`` leds instead of sending to 512 leds [#17055](https://github.com/arendst/Tasmota/issues/17055)
- AC PWM dimmer lineair power distribution [#17177](https://github.com/arendst/Tasmota/issues/17177) - AC PWM dimmer lineair power distribution [#17177](https://github.com/arendst/Tasmota/issues/17177)
- Zigbee improved Aqara plug support and completed cluster 0x0702 [#17073](https://github.com/arendst/Tasmota/issues/17073) - Zigbee improved Aqara plug support and completed cluster 0x0702 [#17073](https://github.com/arendst/Tasmota/issues/17073)

View File

@ -18,7 +18,7 @@
*/ */
#ifdef USE_LIGHT #ifdef USE_LIGHT
#ifdef USE_TUYA_MCU_V1 #ifdef USE_TUYA_MCU
/*********************************************************************************************\ /*********************************************************************************************\
* Tuya MCU V1 * Tuya MCU V1
\*********************************************************************************************/ \*********************************************************************************************/

View File

@ -18,7 +18,7 @@
*/ */
#ifdef USE_LIGHT #ifdef USE_LIGHT
#ifdef USE_TUYA_MCU #ifdef USE_TUYA_MCU_V2
/*********************************************************************************************\ /*********************************************************************************************\
* Tuya MCU V2 * Tuya MCU V2