adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
606 stars 492 forks source link

compile fail on arduino ide 2.0 #717

Closed HeFeng1947 closed 2 years ago

HeFeng1947 commented 2 years ago

Operating System

Windows 10

IDE version

2.0 rc3

Board

arduino nano ble 33

BSP version

1.3.0

Sketch

blinky

What happened ?

compile fail

How to reproduce ?

At present, I have uninstalled the 2.0 ide and switched to ide version 1.8.19, which can compile normally.

Debug Log

No response

Screenshots

No response

ladyada commented 2 years ago

arduino nano ble 33 isnt supported by our board package - please use arduino's board package https://docs.arduino.cc/hardware/nano-33-ble

HeFeng1947 commented 2 years ago

I reinstalled the environment of 2.0 IDE and found that the problem could not be reproduced. I guess it's because the library wasn't completely downloaded yesterday. In short, thank you for your work!