Currently attempting to run the build/upload tasks, I have vscode configured with platform.io on ubuntu. It seems like the project is configured at least to the point of recognizing the tasks, however when I run build it fails with several error that look basically like this:
*** [.pio/build/adafruit_feather_esp32s3_reversetft/src/ui/CardController.cpp.o] Error 1
In file included from src/ui/CardController.h:11,
from src/ui/CaptivePortal.cpp:6:
src/ui/ProvisioningCard.h:5:10: fatal error: hardware/WiFiInterface.h: No such file or directory
5 | #include "hardware/WiFiInterface.h" // Custom WiFi interface class
I have confirmed wifiinterface exists, but for some reason it reports an issue with its own header files. When viewing the includes via the C++ configurations, I see this error:
Cannot find: /.platformio/packages/framework-arduinoespressif32-libs/esp32s3/include/esp_system/port/soc
Cannot find: /.platformio/packages/framework-arduinoespressif32-libs/esp32s3/include/espressif__esp_matter/connectedhomeip/connectedhomeip/src/platform/ESP32/bluedroid
I have tried to find some libraries that would match up with anything above, reinstalling platform.io and reconfiguration the project, but nothing has worked so far.
Currently attempting to run the build/upload tasks, I have vscode configured with platform.io on ubuntu. It seems like the project is configured at least to the point of recognizing the tasks, however when I run build it fails with several error that look basically like this:
I have confirmed wifiinterface exists, but for some reason it reports an issue with its own header files. When viewing the includes via the C++ configurations, I see this error:
I have tried to find some libraries that would match up with anything above, reinstalling platform.io and reconfiguration the project, but nothing has worked so far.