mispacek / ESP-File_manager

Web browser based file manager for ESP32 in micropython
GNU General Public License v3.0
13 stars 2 forks source link

建议添加新增编辑文件功能,方便远程修改文件,也可以当做OTA使用 #2

Open zhyueyueniao opened 3 weeks ago

zhyueyueniao commented 3 weeks ago

感谢大佬的项目,根据自己的需要,修改成了这样子 image image 使用了codemirror做代码编辑

Walkline80 commented 2 weeks ago

File manager is only part of my ESP IDE. I need file manager for importing libraries, exporting data and deleting of old files.

这是大佬的原话,所以我想请问一下这位大佬,可以分享一下新增的代码吗?

zhyueyueniao commented 2 weeks ago

File manager is only part of my ESP IDE. I need file manager for importing libraries, exporting data and deleting of old files.

这是大佬的原话,所以我想请问一下这位大佬,可以分享一下新增的代码吗?

File_server.zip 我根据我自己的需要对大佬的代码进行了些修改 使用方法是在main.py或者boot.by导入file_server.py,然后调用start_file_server()就可以了

Walkline80 commented 2 weeks ago

非常感谢~