mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-24 22:02:04 +01:00
[rp2040] Update note on platform version (#4291)
This commit is contained in:
parent
a170d34ede
commit
6ab7e2750a
@ -10,7 +10,7 @@ This component contains platform-specific options for the RP2040 platform.
|
||||
.. note::
|
||||
|
||||
Support for all aspects of ESPHome on the RP2040 is still in development.
|
||||
|
||||
|
||||
Only the original model of Raspberry Pi Pico W board is supported, which has the Cypress **CYW43455** chip providing wireless connectivity. It can be identified by a metallic shield encapsulating the radio circuitry. Pico W boards with radio module chips like ESP8285 or similar (labelled as ``RP2040 Pico W-2023`` etc.), are not supported.
|
||||
|
||||
Please search for or create an `issue <https://github.com/esphome/issues/issues/new?assignees=&labels=&template=bug_report.yml>`__ if you encounter an unknown problem.
|
||||
@ -23,7 +23,10 @@ This component contains platform-specific options for the RP2040 platform.
|
||||
|
||||
.. note::
|
||||
|
||||
For now, you need the following added to the config or you will get compile errors and board not found:
|
||||
As of ESPHome 2024.9.2, the below ``platform_version`` is no longer required as ESPHome internally.
|
||||
Using the ``platform_version`` as is below is also known to cause compilation issues due to version mismatching.
|
||||
|
||||
It is recommended to remove the ``platform_version`` from the configuration.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user