- 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
- In TasmotaLED: fixes for `_w_before` to use correct bitmask and for Show() to build 4 byte buffer correctly
- In xlgt_01_ws2812_esp32: fixes to set white value in Ws2812SetColor(), use correct bitmasks, and determine `light_type` based on PixelType if set
* Add MakeSkyBlue Solar Charge Controller (as Energy Device )
* only cosmetics, no functional change
* index on MakeSkyBlue: ad1b8de93 only cosmetics, no functional change
* New serial handler without time relation (long-term error), several cleanup
* Optimization and cleanup
* Merge
* increment xnrg index (25 used meanwhile)
* Major rework: Phase usage, Initialization, Mutli-Serial handling and more
* Change identifier from _GPIO_ to the more applicable _SENSOR_
* PR candidate 1
* fix UserSelectablePins and kSensorNames (add to end), river disabled as default at my_user_config.h
* add missing defines to lt_LT language header file
* 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