-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
[Docs] Documentation migration from RTD to ESP-Docs #8650
[Docs] Documentation migration from RTD to ESP-Docs #8650
Conversation
|
* Fix and add pin definitions Add pins D7, D8 Correct pin numbers for ALARM and EN * Enable CDC on boot * Use partition schemes appropriate for flash size Also adds another partition scheme based of off default_8MB, but fat partition.
* feat(ledc): Allow custom channel selection * fix(ledc): Fix check of maximum channel * docs(ledc): Add ledcAttachChannel to docs * feat(ledc): Change channel to uint8_t + add log message
unTone() does not stop until the queue is exhausted. Therefore, we added clearing the queue.
👋 Hello pedrominatel, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
… docs_migration_to_esp_docs
|
Closed. please see #9094 |
This PR will migrate the documentation from Read The Docs to ESP-Docs.
Checklist
TODO
Description of Change
Please describe your proposed Pull Request and it's impact.
Tests scenarios
TBD
Related links
This PR will replace the #7083