Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifi_link_tool中spiffs已被弃用。请考虑转移到小文件或其他文件。这个作者是否优化处理了 #12

Open
JacobFang opened this issue Dec 1, 2022 · 1 comment

Comments

@JacobFang
Copy link

C:\Users\FangYaojie\Documents\Arduino\libraries\wifi_link_tool-1.1.7/wifi_link_tool.h:120:16: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations]
120 | File file = SPIFFS.open("/index.html", "r");

@bilibilifmk
Copy link
Owner

在下一个大版本重构后烤炉切换至LittleFS 不得不承认SPIFFS是个优秀的文件系统 但停止维护并且伴随重大bug 面临的一个重大问题是ota 如果 SPIFFS OTA 为 LittleFS 将不可避免将文件系统格式化 这是对运行正常的设备的一次巨大打击 这是不可接受的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants