Vscode.platformIO.spiffs基础配置
Vscode.platformIO.spiffs基础配置
1. 背景
ESP8266开发时,需要静态存储一些信息到模块中,如mqtt配置,模块提供spiffs功能,使能够存储这些信息,本文讲述了基础配置步骤,以能够在vscode.platformIO中能够使用spiff功能;
2. 步骤
3. 参考
3.1 esp8266 arduino core 官网
https://arduino-esp8266.readthedocs.io/en/latest/filesystem.html#flash-layout
3.2 plarformIO 官网
https://docs.platformio.org/
3.3 SPIFFS的使用
https://www.jianshu.com/p/014bcae94c8b