I’ve fallen into a common trap (yet again
) it seems, by trying to organise my projects in meaningful reference folders, for example this does not work:
Platformio>Projects>ESP32 Boards> ESP32 Boards&TFT_eSPI>ESP32 NEO-6M GPS_TFT_LVGL
This works:
Platformio>Projects>ESP32 Boards> ESP32 NEO-6M GPS_TFT_LVGL
From previous posts in the community around the same issue I can see the culprit looks like its lvgl. The build failure certainly explains it as the culprit.
I have Enable long paths under Windows (enabled), so my question is, is there any set up or lib deps configurations that can check when the limit is reached?
This would help enormously, apologies if something does exist and I’ve missed it?
Thanks for all the patience and help so far!