Update base platformio board for rp2040 (#3937)

This commit is contained in:
Jesse Hills 2022-10-25 17:46:55 +13:00 committed by GitHub
parent d93f35701f
commit c3fba97b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ build_flags =
[env:rp2040-pico-arduino]
extends = common:rp2040-arduino
board = pico
board = rpipico
build_flags =
${common:rp2040-arduino.build_flags}
${flags:runtime.build_flags}