Frank
Frank
I'm merging this now, before source codes start to diverge.. @blazoncek please feel free to modify the usermod readme.md in case you want something changed/added.
Maybe it's necessary to give C++ a hint for finding the right constructor.. Try to change `TemperatureDecimals` into `unsigned(TemperatureDecimals)` in the publishMqtt calls - and tell us if it helps.
Hi, nice to see you are very busy in the DMX part of WLED:-) I have a side-question, slightly off-topic but I need a DMX expert so I thought I'd...
> Is there anything missing or I can do? Sorry, this PR got a bit out-of-sight for me over xmas/new year. I'll cross-read the code - and in case nothing...
> build 2208222 Can you try with a more recent version of WLED? Presets and config file handling has been rewritten during the last weeks, could be that it works...
> Might need to change it to print every few seconds but I'm reluctant to add that as it can interfere with [...] Printing to serial every few seconds should...
related to #2542 ?
If I understand the specs correctly, GPIO 17, 5, 32, 33 all have special purposes for controlling the on-board ethernet -> RXD2, TXD2, CFG, 485_EN. It might be these PINs...
Closing, as the request cannot be implemented in the WLED core. The [mobile app has it's own repo](https://github.com/Aircoookie/WLED-App/issues) on github, please open a feature request there. Or try the new...
If I understand the adafruit infos correctly, the LCD driver unit is basically an evolution of the esp32 "secret I2S feature" to drive 8x/16x parallel outputs? So it might be...