Skip to content

Update framework-arduinoespressif32 package with hotfixes #508

Closed
@maxgerhardt

Description

@maxgerhardt

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).

  1. 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
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions