split
February 17, 2025, 6:52pm
1
Example project 3d printer
In Squareline settings, selected target ESP32-S3-LCD-EV-BOARD
Set the to 800x480x16-bit
Export->Create Template Project
Export-> Export UI Files
Within ESP-IDF in VSC, set the target ESP32 to ESP32S3, and the error is shown below.
Is the Squareline template not compatible with ESP-IDF v5.4?
**SquareLine Studio version:1.5
**Operating system: Win10
**Target hardware: ESP32S3
split
February 17, 2025, 8:06pm
2
The fix to this issue was to completely delete the “build” directory in VSC,by right clicking on “build” and selecting Delete
3 Likes
Richard
February 18, 2025, 7:19pm
3
It’s good to hear someone is trying out the latest IDF with SLS!
1 Like
ToddZ
March 7, 2025, 2:26am
4
Did that work? I am still getting the include errors…
split
March 7, 2025, 7:16am
5
Worked for me. Clicking the garbage can icon at the bottom of the screen was not enough…something became write protected
So I just went to the folder and deleted the whole build directory