Closed
Description
After the release of the 1.0.5 Arduino-ESP32 core, a few important bugfixes have been made which also affect their usage in PlatformIO (refer commit history).
- Creating a project with
board = firebeetle32
results in total compilation failure because of an error in the C++ code regarding duplicate pin definitions. Reported by user here and fixed in espressif/arduino-esp32@6e7cc52 - 3 seperate users have reported seeing warnings stemming from the
c_cpp_properties.json
referencing a non-existing folder,tools/sdk/include/nimbus
, in the Arduino core (See reports). Fixed by my PR 2 days ago in here.
Thus I think it makes sense to repackage the Arduino-ESP32 core with these bugfixes -- I'm not sure if the Arduino core will release a 1.0.6 version for that or if they'll take longer.
Metadata
Metadata
Assignees
Labels
No labels