Replies: 2 comments 1 reply
-
I am not familiar with platformio. It looks like the include paths are not set correctly. Maybe you can pass the |
Beta Was this translation helpful? Give feedback.
-
I've managed to make some progress on esp-idf + platformio + slint-ui. I was able to get the basic
Add
Modify
And with the following invocation:
I can produce an esp32 binary that loads and kinda runs. There's a handful of hardcoded paths that will need adjustment for other projects, however I hope this helps someone else. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to upload the slint-cpp-template to an esp32 using platformio, but I'm receiving the following error;
This surprises me since I can build the template via cli just fine.
CMakeLists.txt;
platformio.ini;
Beta Was this translation helpful? Give feedback.
All reactions