-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
Area: ESP-IDF relatedESP-IDF related issuesESP-IDF related issuesType: QuestionOnly questionOnly question
Description
Board
esp32-c3-devkitc-02
Device Description
I am using PlatformIO to build my project and I am using "SPIFFS.h" that has dependency on "memory". Please help resolve!
/.platformio/packages/framework-arduinoespressif32/libraries/FS/src/FS.h:24:10: fatal error: memory: No such file or directory
Hardware Configuration
No just build errors and dependency errors!
Version
latest development Release Candidate (RC-X)
IDE Name
PlatformIO
Operating System
Windows 10
Flash frequency
60 MHz
PSRAM enabled
yes
Upload speed
115200
Description
Build errors
Sketch
#include <freertos/task.h>
#include <sdkconfig.h>
#include <ArduinoJson.h>
#include <esp_system.h>
#include <Arduino.h>
#include <SPIFFS.h>
#include <FS.h>Debug Message
cannot open source file "memory" (dependency of "SPIFFS.h"). Please run the 'Select IntelliSense Configuration...' command to locate your system headers.C/C++(1696)
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.
Metadata
Metadata
Assignees
Labels
Area: ESP-IDF relatedESP-IDF related issuesESP-IDF related issuesType: QuestionOnly questionOnly question