-
Notifications
You must be signed in to change notification settings - Fork 15
SR6PCB dev #23
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
base: Development
Are you sure you want to change the base?
SR6PCB dev #23
Conversation
millibyte-products
commented
Apr 10, 2025
- Adds support for SR6PCB
- Cleans up some whitespace
- Adds platformio build target (for SR6PCB prototype)
|
Uh oh, I missed this....sorry about the conflicts. |
|
Nah, it's a draft/moving target! |
| // Common PWM | ||
| #define VALVE_SERVO_PIN_DEFAULT 25 | ||
| #define VALVE_SERVO_CHANNEL_DEFAULT (int8_t)ESPTimerChannelNum::HIGH3_CH6 | ||
| #define TWIST_SERVO_PIN_DEFAULT 27 |
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.
Did you mean to change the pins for the default ESP32? This is usually the devkit V1. I believe these should be overridden in the extended board class instead of changing the defaults.
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.
Some of these comment deletions are ok I think, but allot are notes I've left to future me. Id like allot of them to stay. Ill clean them up eventually...probably.
Ok cool, looks like the conflicts are mostly white space conflicts. |