BojanJurca / Esp32_oscilloscope

ESP32 oscilloscope - see the signals through Web browser the way ESP32 sees them
Creative Commons Zero v1.0 Universal
741 stars 84 forks source link

FTP : 421 file system not mounted #18

Closed DumoulinPierre closed 1 year ago

DumoulinPierre commented 1 year ago

Hi, thanks for this project !

I have an issue at the step where we have to add some files to the ESP32 :

Capture d’écran 2022-10-12 à 13 00 59

Thanks, Pierre.

BojanJurca commented 1 year ago

Hm, I have just checked it again and it works as it should. Could you, please, give me some additional information like:

Thank you.

Bojan

BojanJurca commented 1 year ago

By the way, if we will not be able to solve the file system problem for some reason there is a workarroud (made mainly for those Esp32 boards that do not have flash disk at all):

Bojan

DumoulinPierre commented 1 year ago

Sorry, my bad, I was not doing the Partition Scheme step.. But it seems that my board (NodeMCU 32s) doesn't have this option.

I will try your RAM version :)

DumoulinPierre commented 1 year ago

It's working ! I have the html webpage :)

thank's a lot for your time and reactivity !

BojanJurca commented 1 year ago

I'm glad I could help.

B.