ESP32-OBD2-Gauge
ESP32-OBD2-Gauge copied to clipboard
stuck with compilation
What can be the reason of this error C:\Users\Uzytkownik\Documents\Arduino\VaAndCobOBD2Gauge\VaAndCobOBD2Gauge.ino: In function 'void setup()': C:\Users\Uzytkownik\Documents\Arduino\VaAndCobOBD2Gauge\VaAndCobOBD2Gauge.ino:307:3: error: 'touchscreenSPI' was not declared in this scope touchscreenSPI.begin(XPT2046_CLK, XPT2046_MISO, XPT2046_MOSI, XPT2046_CS); ^~~~~~~~~~~~~~
I installed library XPT2046_Touchscreen version 1.4 TFT_eSPI 2.5.43 , and replaced User_Setup.h accordingly JPEGDecoder 2.0.0 idf core (boards) is on version 2.0.17
what I am doing wrong, that the compilation stucks on that? I see that libraries are "seen" because when removed, I have instant error about missing libraries
***** EDIT having no other ideas, I just found that someone forked this project two months ago, so I grabbed this version and it compiles... so something happened in last two months. that one compiled and works when loaded to board. I did not yet tested with ELM , but so far so good.