Frank
Frank
> This is beyond my skill level but IMO if we can resolve flash use increase in latest platforms it would be best if we upgraded ESP32 to use newer...
Another option to decrease flash size is creating a custom arduino-esp32 where unneeded features (rainmaker, insights, bluetooth, etc) are removed. I've never tried it, but @Aircoookie did something similar for...
> WLED has the ability to use the json api `"w~"` or `"~"` for the 'bri' (brightness) Actually you can use several special keywords in presets - its not limited...
Is this bugfix already integrated?
@me-no-dev Is it planned to integrate this fix ? (https://github.com/me-no-dev/ESPAsyncWebServer/pull/952). We are currently trying to port our software (WLED) to the new MCU's, and this one seems to cause troubles...
@jdtsmith I've recently explained some more details of the format here: https://github.com/chrisgott/feed_my_wled/issues/1#issuecomment-2564771886 > "this is a C language "struct", but it looks like this is an explicitly packed struct The...
> https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi-security.html The first mention of WPA3 security mode is in the ESP-IDF v4.3.x docs. So it might be that WPA3 is only possible when building with the newer platform...
> @softhack007 Latest Arduino core 2.0.6 is stable. As much as I want to belief you ... I've tried the latest core 2.0.6 on a -C3 and -S2, and what...
Hi @DedeHai yes this glitching is really a hard-to-solve problem. I've made lots of attempts, even tried a ton of snake oil, but I still have a setup with esp32...
> This was used in first iteration of 0.14 while we used `setUpLeds()` (MM still does). It presented a whole lot of problems which were mitigated using global buffer (which...