mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Add framework workaround to the config example (#2580)
This commit is contained in:
parent
a1fca1d53c
commit
bc0c9aa286
@ -18,6 +18,19 @@ This component contains platform-specific options for the RP2040 platform.
|
|||||||
rp2040:
|
rp2040:
|
||||||
board: rpipicow
|
board: rpipicow
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
For now, you need the following added to the config or you will get compile errors and board not found:
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
# Example configuration entry
|
||||||
|
rp2040:
|
||||||
|
board: rpipicow
|
||||||
|
framework:
|
||||||
|
platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git
|
||||||
|
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user