Fix link to ESP32 boards (#1773)

This commit is contained in:
Aaron Zhang 2022-01-06 20:15:38 +11:00 committed by GitHub
parent 35b01a93e6
commit 627d581164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ Configuration variables:
- **board** (**Required**, string): The PlatformIO board ID that should
be used. Choose the appropriate board from
`this list <https://platformio.org/boards?count=1000&filter%5Bplatform%5D=espressif32>`__.
`this list <https://registry.platformio.org/packages/platforms/platformio/espressif32/boards>`__.
*This only affects pin aliases, flash size and some internal settings*, if unsure choose a generic board.
- **framework** (*Optional*): Options for the underlying framework used by ESPHome.
See :ref:`esp32-arduino_framework` and :ref:`esp32-espidf_framework`.