Skip to content

Pins_arduino.h error when using 6.12.0 #1661

@leybme

Description

@leybme

For my platformio.ini file

platform = espressif32 
board = esp32-c3-devkitc-02
framework = arduino
build_flags=
    -DARDUINO_USB_MODE=1
    -DARDUINO_USB_CDC_ON_BOOT=1
lib_deps =
    https://github.com/adafruit/Adafruit_NAU7802/archive/refs/tags/1.0.6.zip
    https://github.com/phyphox/phyphox-arduino/archive/refs/tags/v1.2.5.zip
    
monitor_filters = esp32_exception_decoder

It not work when I compile code
return error like

   43 | #include "pins_arduino.h"
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
*** [.pio\build\esp32-c3-devkitc-02\lib482\BLE\BLECharacteristicMap.cpp.o] Error 1

I fixed it by change the version to 6.11.0 ,It worked

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