Tasmota/tools
sfromis 4dc210004a
Inconsistencies in decode-status.py feature flags
Not all flag names were updated to match updates to Tasmota source in `support_features.ino`. I assume the changes to be uncontroversial, with the possible exception of:

While `USE_TUYA_DIMMER` arguably is a more descriptive name than `USE_TUYA_MCU` the former name is not found anywhere in Tasmota code, which has 
```
#if defined(USE_LIGHT) && defined(USE_TUYA_MCU)
    feature2 |= 0x00008000;  // xdrv_16_tuyadimmer.ino
#endif
```
My assumption is that the actually used names "wins", to avoid user confusion, even if you could say that the name `USE_TUYA_MCU` is too broad for the actual feature. In principle, it would be more logical to create a new "real" `#define` name, but backwards compatibility and all that.... Makes sense? 
I'm ok either way....
2022-01-13 21:38:56 +01:00
..
fw_HM10_cc2541 Move some firmware files around 2020-11-27 15:56:30 +01:00
fw_RfSensor_attiny85 Move some firmware files around 2020-11-27 15:56:30 +01:00
fw_ShellyDimmer_stm32 Shelly dimmer firmware stm32 v51.6 2021-05-02 16:54:06 +02:00
fw_SonoffRfBridge_efm8bb1 Remove mismerged files 2020-11-27 15:43:20 +01:00
fw_SonoffZigbeeBridge_ezsp Add Zigbee firmware 6.7.9 for Sonoff ZBBridge 2021-04-30 22:14:00 +02:00
fw_TasmotaClient_arduino Rename firmware folders 2020-11-25 17:15:02 +01:00
fw_TubeZigbee_efr32 Add firmware for Tube's Zigbee EFR32 EZSP 6.7.9 2021-04-30 21:53:04 +02:00
fw_Zigbee_cc2530 Move some firmware files around 2020-11-27 15:56:30 +01:00
logo reduce icon to 1 bit 2022-01-08 10:17:30 +01:00
lv_gpio Berry C mapping moved to a separate ``berry_mapping`` library 2021-12-17 19:41:36 +01:00
mqtt-file Add initial support for Tasmota Mesh 2021-07-02 14:08:06 +02:00
ota_server Move some firmware files around 2020-11-27 15:56:30 +01:00
templates Happy New Year 2021-01-01 13:57:04 +01:00
unishox remove leftover import re 2022-01-08 10:18:25 +01:00
decode-config.md decode-config moved to https://github.com/tasmota/decode-config 2019-12-02 15:17:45 +01:00
decode-status.py Inconsistencies in decode-status.py feature flags 2022-01-13 21:38:56 +01:00
espupload.py Add files via upload 2020-11-16 09:43:25 +01:00
serial-plotter.py Happy New Year 2021-01-01 13:57:04 +01:00