-
-
Notifications
You must be signed in to change notification settings - Fork 744
Open
Description
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
Labels
No labels