-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add Board support for Geekble ESP32-C3 Custom Module #9260
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
👋 Hello SooDragon, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
feat: Add Board support for Geekble ESP32-C3 Custom Module
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.
@SooDragon Small fix needed, but overall looks good :)
fix: remove globally defined variables in pins_arduino.h
@SooDragon please fix the conflict :) it happens when more than one PR exists for a new board. |
@SooDragon Just pinging you to fix the conflicts ;) |
fix: fix conflict
@P-R-O-C-H-Y Thank you for ping :) |
Description of Change
Add board support for Geekble ESP32C3 Module
Tests scenarios
I have tested with Arduino IDE, Version 2.3.1 and 1.8.19. Verified by compiling, uploading, testing using IO Examples and Bluetooth examples.
Related links