- Changed RSSI display format to 'xx% (-yy dBm)' in EQ3 TRV and MI BLE sensor WebUI
- Show BLE data in WebUI only when BLE is enabled
- Disable BLE when device is in boot loop
* Fix Analog gauge glitches on FreeRTOS for xdrv_92_vid6608 driver
Original version assumed position and command as thread safe, but it is not true. Wrong readings lead to random move back and forth. Patch was made and tested on real device.
* Add mutex to protect vid6608 from update/command
* Fix verious glitches
* xdrv_92_vid6608: do not create mutex, if no drives found
* Add vid6608 library
* Add vid6608 pin definition (only GB for now)
* Try to debug GPIO - does not work
* First working version
* Trim whitespaces
* Add missing library; JSON response, Codeowners
* Fix blocking loop in esp8266
* Update language strings
* Format inline readme for vid driver
* Add example define in my_user_config.h
* Clanup changed VS Code config files
* Fix duplicated language values in en_GB.h
- Revert timing from 10 to 14ms as changed due to bad dali PS (underrated Shelly DALI Dimmer Gen3)
- Add optional power off without fading (reduces DT8 dali commands)
- Remove not performing logging from interrupt routine
* Tweaks at timer setting page
* Sort all language files
* Rename D_TIME to D_TIME_OF_DAY
Improve the meaning of `D_TIME` -> `D_TIME_OF_DAY`
* Update xdrv_09_timers.ino
* Update xdrv_09_timers.ino
' ' -> ' '
* Update xdrv_09_timers.ino
Use same compressed and uncompressed code of HTTP_FORM_TIMER4
* Update xdrv_09_timers.ino
* TuyaMCU: send WIFI_STATE ramp after WIFI_SELECT/WIFI_RESET to satisfy MCU pairing logic
When WIFI_SELECT or WIFI_RESET is received, this sends a WIFI_STATE ramp 0x00/0x01 up to 0x05 to simulate successful WiFi connection up to 'cloud connected' to exit pairing mode and reallow Tasmota control of the MCU
* Update tasmota/tasmota_xdrv_driver/xdrv_16_tuyamcu_v1.ino
Co-authored-by: Erik Kunze <eku@users.noreply.github.com>
---------
Co-authored-by: Erik Kunze <eku@users.noreply.github.com>