We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://iotts.com.cn/blog/2022/08/29/ESP32-%E5%88%B6%E4%BD%9Cspiffs%E6%96%87%E4%BB%B6%E7%B3%BB%E7%BB%9F%E9%95%9C%E5%83%8F%E5%B9%B6%E7%83%A7%E5%86%99/#more
有时我们需要在ESP32启动的时候使用一些初始化的文件,我们可以通过spiffsgen.py制作spiffs文件系统的镜像并烧写到系统里面去。 1制作spiffs文件系统镜像我们首先要创建一个文件夹,然后把我们我们需要初始化的文件放到这个文件夹里面。我们制作的工具是spiffsgen.py,在ESP-IDF\components\spiffs。12python spiffsgen.py <i
The text was updated successfully, but these errors were encountered:
No branches or pull requests
http://iotts.com.cn/blog/2022/08/29/ESP32-%E5%88%B6%E4%BD%9Cspiffs%E6%96%87%E4%BB%B6%E7%B3%BB%E7%BB%9F%E9%95%9C%E5%83%8F%E5%B9%B6%E7%83%A7%E5%86%99/#more
有时我们需要在ESP32启动的时候使用一些初始化的文件,我们可以通过spiffsgen.py制作spiffs文件系统的镜像并烧写到系统里面去。 1制作spiffs文件系统镜像我们首先要创建一个文件夹,然后把我们我们需要初始化的文件放到这个文件夹里面。我们制作的工具是spiffsgen.py,在ESP-IDF\components\spiffs。12python spiffsgen.py <i
The text was updated successfully, but these errors were encountered: