diff --git a/README.md b/README.md index 9f65c9fe7ffc..348e11d3f7a9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,27 @@ ![Tasmota logo](/tools/logo/TASMOTA_FullLogo_Vector.svg) +![Warning](https://github.com/lmagyar/Tasmota/blob/master-custom/info/warning_stripe_wide.png) + +> This is a **fork** of the [official Tasmota firmware](https://github.com/arendst/Tasmota)! +> +> Changes: +> +> - contains a **PWM implementation with slower than 1Hz periods**, on how to use it see comments at the beginning of the [xdrv_128_slow_pwm driver] (https://github.com/lmagyar/Tasmota/blob/master-custom/tasmota/xdrv_128_slow_pwm.ino) +> - disabled: +> - DOMOTICZ +> - KNX, KNX\_WEB\_MENU +> - EMULATION\_HUE, EMULATION\_WEMO +> - in case of IR firmware, another build is added with disabled: IR_SEND_USE_MODULATION +> - in case of normal firmware, another build is added with enabled: SLOW_PWM +> - builds only these firmwares: +> - tasmota +> - tasmota--slowpwm +> - tasmota-minimal +> - tasmota-sensors +> - tasmota-ir--nomodulation + +![Warning](https://github.com/lmagyar/Tasmota/blob/master-custom/info/warning_stripe_wide.png) + Alternative firmware for [ESP8266](https://en.wikipedia.org/wiki/ESP8266) and [ESP32](https://en.wikipedia.org/wiki/ESP32) based devices with **easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX**. _Written for PlatformIO with limited support for Arduino IDE._ diff --git a/info/warning_stripe_wide.png b/info/warning_stripe_wide.png new file mode 100644 index 000000000000..daa6a3217a3d Binary files /dev/null and b/info/warning_stripe_wide.png differ