Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile for Arduino Nano RP2040 Connect #263

Open
CeruleanMars opened this issue Mar 2, 2023 · 0 comments
Open

Cannot compile for Arduino Nano RP2040 Connect #263

CeruleanMars opened this issue Mar 2, 2023 · 0 comments

Comments

@CeruleanMars
Copy link

I have the same issue as @nschurando and @ggerganov. I'm using the Arduino Nano RP2040 Connect with the Arduino Mbed OS Nano Boards package in Arduino IDE 1.8.13. It won't compile with
#elif defined(ESP8266) || defined(ESP32) || defined(ARDUINO_ARCH_RP2040) on line 40/41 in the CPP file. Changing that line to #elif defined(ESP8266) || defined(ESP32) fixes the issue.

Originally posted by @CeruleanMars in #240 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant