flash_utils missing for ESP32 #2168
Unanswered
hfjg
asked this question in
Q&A - General
Replies: 1 comment
-
TFT_eSPI does not specifically reference that header file. You need to look at the error message and identify where it is being referenced. The only processor that I am aware of that may require that header is the ESP8266, so maybe you are trying to load another library that is not recognising the fact that your are using an ESP32. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I'm just experimenting with this lib on an ESP32devkit1. But all examples that use LittleFS do not compile. I get the message "flash_utils.h not found".
Can anybody please give me a hint where to find/download those flash utils or how to solve that issue?
TIA
hfjg
Beta Was this translation helpful? Give feedback.
All reactions