This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
SPIFFS Editor file open error #1256
Open
Description
When the first load editor, it show the index.htm content. But i clicked other file, it not show file content, not delete, not download.
Browser console error: GET http://192.168.1.23/edit?edit=index.css 404 (Not Found). But, i open this link a new tab and modify the path, insert a "/" :http://192.168.1.23/edit?edit=/index.css, it shows file content. I use Arduino 1.8.19, LittleFs file system and the new 2.0.6 board SDK. Thanks for help.