ESP32_nRF52_SWD icon indicating copy to clipboard operation
ESP32_nRF52_SWD copied to clipboard

swd.local/edit upload bar not showing

Open ANTI443 opened this issue 2 years ago • 3 comments

Hello,

  • Issue is going to swd.local/edit for the index.htm upload

I installed everything like normal, Connected to a WiFi AP I have access to swd.local/ with the webpage saying go to /edit

  • once in /edit there is no way to upload everything is blank.

  • I tried completely reinstalling Arduino and removing everything, and I used a different devices.

  • different browsers and different devices.

Same issue keeps happening, thank you.

ANTI443 avatar Jan 10 '22 20:01 ANTI443

Sounds like the spiffs flash area needs to be formated.

Try to add "SPIFFS.format();" into https://github.com/atc1441/ESP32_nRF52_SWD/blob/main/ESP32_SWD_WIFI/web.cpp#L64 and then run it once remove the line again to prevent formating each boot.

atc1441 avatar Jan 10 '22 20:01 atc1441

@atc1441 worked like a charm, cheers

ANTI443 avatar Jan 10 '22 20:01 ANTI443

All the options did not show for me as well. Turned out that I need internet because the /edit page loads resources from the there. :)

ikarus23 avatar Feb 08 '22 08:02 ikarus23