-
-
Notifications
You must be signed in to change notification settings - Fork 695
Update for DFRobot ESP32 boards #829
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
Conversation
doskoi
commented
Jun 11, 2022
- Add new product Beetle ESP32-C3
- Fix the wrong config from Firebeetle ESP32
Hi @doskoi , thanks for the PR. I don't see the |
Sure, the PR has raised |
Co-authored-by: unlogisch04 <[email protected]>
Co-authored-by: unlogisch04 <[email protected]>
- Renamed board ID - Added HWIDs - Updated default defines, name and URL - Consistent formatting
Thanks for the PR, merged! |
* fix: correcting hardware config for firebeetle-32 * add: DFRobot Beetle 32C
What was there a reason to remove |
We tend to use the same settings as in the Arduino IDE. By default, the CDC is disabled there https://github.com/espressif/arduino-esp32/blob/master/boards.txt#L6218. If you think it's a mistake, feel free to provide a PR. |