I have been beating my head against the wall trying to troubleshoot this and really need some outside help (or even just a simple “it doesn’t work” so I can cut my losses). I tried to flash WLED to my new Qt Py Esp32-C3 and I was met with an initialization error (I tried holding the boot button like the popup suggested). I was then able to flash the latest binary to the board with Esp-flasher, but the board doesn’t show up as an AP device. Am I doing this all wrong, or is the C3 version just buggy?
Some Lolin C3 mini boards have an issue with antenna (also some with the ceramic antenna). Mabe it is also the issue for some Py ESP32-C3 boards. In that case the .bin with integrated WiFi Fix would help. Can be found at https://wled-install.github.io/. But, as other already mentioned, C3 support is still highly experimental.
Dawg, that was it!! I was having WiFi issues when I tried to connect to my home network even through an Arduino sketch (it could recognize networks but it couldn’t connect). This was extra frustrating because compiling a binary of WLED using platformio required an IP address for the device. Thanks so much, I really appreciate it