We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ce513 commit 5704200Copy full SHA for 5704200
src/Reduino/toolchain/pio.py
@@ -379,8 +379,7 @@ def validate_platform_board(platform: str, board: str) -> None:
379
if board not in BOARD_TO_PLATFORM:
380
raise ValueError(
381
f"Unsupported PlatformIO board '{board}'. Supported boards for the AVR platforms "
382
- "are listed at https://docs.platformio.org/en/latest/boards/atmelavr.html "
383
- "and https://docs.platformio.org/en/latest/boards/atmelmegaavr.html."
+ "are listed at https://docs.platformio.org/en/latest/boards/index.html "
384
)
385
386
required_platform = BOARD_TO_PLATFORM[board]
0 commit comments