Frank

Results 188 comments of Frank

Well, let's first clarify something. There is no common standard in the software industry for versioning. Every vendor does it differently. You will find "semantic versioning" which uses real words....

Hey no reason to be insulting. I'm not asking if you spent your life in dreamlead, did I?

i like it. And still no idea what you ask for. Just heard buzzwords not content.

Another idea - possibly related to flash speed? We've seen random flickering in v0.13.2 and v0.14.0 that disappeared after adding these lines (platformio.ini): ```ini board_build.f_flash = 80000000L board_build.flash_mode = qio...

> When I change to APA102, save button then it's nok. Could be a hardware conflict between APA102 and LAN driver, for example: * GPIO you selected for APA102 are...

ESP32-CAM should work when compiling with `esp32dev`. However the problem is the strange pinout - all pins are connected to builtin CAM, SDCard or Serial interface. ![ESP32-CAM-pinout-mischianti](https://user-images.githubusercontent.com/91616163/176999712-c44b7ca9-8a6a-4255-b7ff-7a77218a2b87.png) Pink means "wired...

What would be the good solution then? All other changes (like effect sliders) lead to state changed, so the behaviour is at least inconsistent. See details in https://github.com/atuline/WLED/issues/218 and https://github.com/atuline/WLED/pull/219....

Update: after some discussions with WLED people, we moved the preliminary fix out of 'applBri()' and into 'applyFinalBri()', which seems to be a little less dangerous. ````C++ void applyFinalBri() {...

> So it turns out it was a bug in LITTLEFS which I could get past by adding a third parameter to the open command. Are you trying to build...

did you try already to simply select `env:esp32dev_qio80` as compile env, then hit the "build & upload" button? That should be sufficient to give you a firmware for generic ESP32....