We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
XIAO_ESP32C6
n/a
latest master (checkout manually)
Arduino IDE
Linux
no
The boards.txt file contains the following board definition
XIAO_ESP32C6.build.board=XIAO_ESP32C3
which of course should be
#ifdef ARDUINO_XIAO_ESP32C6 Serial.println("ARDUINO_XIAO_ESP32C6 defined"); #else Serial.println("ARDUINO_XIAO_ESP32C6 not defined"); #ifdef ARDUINO_XIAO_ESP32C3 Serial.println("ARDUINO_XIAO_ESP32C3 incorrectly defined"); #endif #endif
No response
The text was updated successfully, but these errors were encountered:
Done, Thanks, @sigmdel !
Sorry, something went wrong.
SuGlider
Successfully merging a pull request may close this issue.
Board
XIAO_ESP32C6
Device Description
XIAO_ESP32C6
Hardware Configuration
n/a
Version
latest master (checkout manually)
IDE Name
Arduino IDE
Operating System
Linux
Flash frequency
n/a
PSRAM enabled
no
Upload speed
n/a
Description
The boards.txt file contains the following board definition
XIAO_ESP32C6.build.board=XIAO_ESP32C3
which of course should be
XIAO_ESP32C6.build.board=XIAO_ESP32C3
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: