Little FS not declared in this scope (ESP 32 - PlatformIO) #2582
-
The problem : Terminal outpout :
IDE : PlatformIO To Reproduce the problem : My Workspace :
My cpp file :
My platform.ini file :
The issue started with that one : khoih-prog/ESPAsync_WiFiManager#96 Does anyone have an idea to bypass that problem ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The first error is:
So there is a file in the board package that is not being found. I suspect this is the root cause. Update the board package or roll back to an earlier version. Since this is an environment problem rather than with the TFT_eSPI library I will move it to discussions. May be worth posting on Espressif or PlatformIO forums. |
Beta Was this translation helpful? Give feedback.
The first error is:
So there is a file in the board package that is not being found. I suspect this is the root cause.
Update the board package or roll back to an earlier version. Since this is an environment problem rather than with the TFT_eSPI library I will move it to discussions. May be worth posting on Espressif or PlatformIO forums.