atc1441 / ESP32_nRF52_SWD

This software brings you the possibility to Read and Write the internal Flash of the Nordic nRF52 series with an ESP32
GNU General Public License v3.0
240 stars 41 forks source link

swd.local/edit upload bar not showing #14

Open ANTI443 opened 2 years ago

ANTI443 commented 2 years ago

Hello,

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

Same issue keeps happening, thank you.

atc1441 commented 2 years ago

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.

ANTI443 commented 2 years ago

@atc1441 worked like a charm, cheers

ikarus23 commented 2 years ago

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. :)