-
-
Notifications
You must be signed in to change notification settings - Fork 715
Add cezerio dev ESP32C6 #1478
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
Add cezerio dev ESP32C6 #1478
Conversation
Deleted configs for Arduino
boards/cezerio_dev_esp32c6.json
Outdated
"0x1001" | ||
] | ||
], | ||
"mcu": "esp32c6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken JSON because of this comma
boards/cezerio_dev_esp32c6.json
Outdated
"flash_mode": "qio", | ||
"hwids": [ | ||
[ | ||
"0X303A", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
X
should be in the lower case.
boards/cezerio_mini_dev_esp32c6.json
Outdated
"0x1001" | ||
] | ||
], | ||
"mcu": "esp32c6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review required changes.
Fixed syntax errors
Done. |
The "X" in the HWIDs is still in the uppercase. |
Fixed syntax error
Thanks, merged. |
No description provided.