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

Error in XIAO_ESP32C6 board definition #9929

Closed
1 task done
sigmdel opened this issue Jun 24, 2024 · 1 comment · Fixed by #9930
Closed
1 task done

Error in XIAO_ESP32C6 board definition #9929

sigmdel opened this issue Jun 24, 2024 · 1 comment · Fixed by #9930
Assignees
Milestone

Comments

@sigmdel
Copy link

sigmdel commented Jun 24, 2024

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

#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

Debug Message

n/a

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@sigmdel sigmdel added the Status: Awaiting triage Issue is waiting for triage label Jun 24, 2024
@SuGlider SuGlider self-assigned this Jun 24, 2024
@SuGlider SuGlider added this to the 3.0.2 milestone Jun 24, 2024
@SuGlider
Copy link
Collaborator

Done, Thanks, @sigmdel !

@SuGlider SuGlider added Type: 3rd party Boards and removed Status: Awaiting triage Issue is waiting for triage labels Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants