在老版本的arduino 中可以下载esp8266 和 esp32 的插件,然后可以使用spiffs 这种系统来手动把一些文件存在单片机上,如果你的arduino ide 已经升级到了2.x的版本 以前的插件是不能再用的。
Arduino 2.0 does not support SPIFFS Upload
截至到2023 4 24 目前没有哪一个版本提供这种支持
arduino-esp32fs-plugin 的作者这样写道:
If you are talking about IDE 2.x support, then that depends currently largely on the Arduino IDE team to add support for external plugins. If you are waiting for the plugin to support the new chips, then that has already been done last week (check the latest version)
所以对于文件系统的支持,需要arduino ide 团队的支持。

ArduinoIDE的新版本2.0不兼容旧版的ESP8266和ESP32SPIFFS插件,导致无法使用SPIFFS系统手动上传文件到单片机。尽管arduino-esp32fs-plugin的作者已对新芯片提供支持,但外部插件的兼容性取决于ArduinoIDE团队的更新。
801

被折叠的 条评论
为什么被折叠?



