mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-10 10:11:29 +01:00
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:
parent
4e8fa5c131
commit
764155d5e5
@ -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
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user