Removing information that after some testing isn't true (#2568)

Raspberry pico W is supported, but the vanilla raspberry pico clearly is not. After trying "rpipico" as a board this error shows up "Error: Unknown board ID 'rpipico'". It is bit misleading, because from what I know about esphome you cannot just have a device that communicates through USB and doesn't connect to WiFi. 

I think it is important to understand that RP2040 isn't like ESP. Every RP2040 board doesn't support esphome, but basically any ESP device can support esphome.
This commit is contained in:
mistrjirka 2023-02-05 20:36:50 +01:00 committed by GitHub
parent 4e8fa5c131
commit 764155d5e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ This component contains platform-specific options for the RP2040 platform.
Configuration variables:
------------------------
- **board** (*Optional*, string): The board type. Valid options are ``rpipico`` and ``rpipicow``.
- **board** (*Optional*, string): The board type. Valid option is ``rpipicow``.
See Also
--------