add rp2040 support to the wizard - #6239
Merged
Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #6239 +/- ##
==========================================
+ Coverage 53.70% 54.09% +0.38%
==========================================
Files 50 50
Lines 9408 9627 +219
Branches 1654 1701 +47
==========================================
+ Hits 5053 5208 +155
- Misses 4056 4092 +36
- Partials 299 327 +28 ☔ View full report in Codecov by Sentry. |
jesserockz
reviewed
May 5, 2024
Member
There was a problem hiding this comment.
Changes look good. We can probably alter the flow to skip the wifi questions for known platforms/boards that dont have wifi.
Contributor
Author
|
The wizard will no longer prompt for wifi info on boards that don't support it. |
jesserockz
approved these changes
May 20, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this implement/fix?
This adds support for the raspberry pi pico and pico w to the ESPHome wizard.
It still prompts the user to setup wifi even on the rpipico which doesn't support wifi. The wifi credentials will no longer be written in #5832, but they will still be prompted for.
Types of changes
Related issue or feature (if applicable): fixes NA
Pull request in esphome-docs with documentation (if applicable): esphome/esphome-docs# NA
Test Environment
Example entry for
config.yaml:Checklist:
tests/folder).If user exposed functionality or configuration variables are added/changed: