Saur0o0n / PIDKiln

Kiln PID controller based on Espressif Systems ESP32 chip board with Arduino IDE.
GNU General Public License v2.0
109 stars 42 forks source link

"File not found" when connected #31

Closed masterjuggler closed 1 year ago

masterjuggler commented 1 year ago

I just went through the installation process on my esp32-wroom-32e. Everything compiled and uploaded without issue on the latest arduino ide. When I connect to the resulting "PIDKiln_AP" and enter the default ip 192.168.10.1 into a browser all I get is a blank page that says "file not found"

Am I just not connecting to it correctly? I didn't see anything on the wiki that mentions another way.

Saur0o0n commented 1 year ago

Seems like did not upload the data to your Esp SPIFFS or you put something strange in URL after the IP address.

masterjuggler commented 1 year ago

Alright, I finally managed to figure it out. It doesn't seem like arduino ide 2.0.0 has no support for plugins like esp32fs, so I had to grab 1.8.19 and that worked.