You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My IDE is VSCode and my enviromnent is ESP-IDF (v5.3.1). Once I included file:
#include "package/TFT_eSPI-master/TFT_eSPI.h"
My IDE told me that "Arduino.h" not found... What should I do?
(I meant, I want to use this in a non-Arduino environment)
The text was updated successfully, but these errors were encountered:
Have you tried finding the Arduino.h by hand and including it as a file link?
e.g. #include "C:/Users/whoeverYouAre/Documents/Arduino/.../.../Arduino.h"
IDK the full path but something of that sort
My IDE is VSCode and my enviromnent is ESP-IDF (v5.3.1). Once I included file:
#include "package/TFT_eSPI-master/TFT_eSPI.h"
My IDE told me that "Arduino.h" not found... What should I do?
(I meant, I want to use this in a non-Arduino environment)
The text was updated successfully, but these errors were encountered: