diff --git a/examples/arduino-blink-earlephilhower/platformio.ini b/examples/arduino-blink-earlephilhower/platformio.ini index f3d2265..ae696fb 100644 --- a/examples/arduino-blink-earlephilhower/platformio.ini +++ b/examples/arduino-blink-earlephilhower/platformio.ini @@ -16,13 +16,15 @@ board = pico ; "pico" board can use both mbed and earlephilhower core, must select here board_build.core = earlephilhower +[env:nanorp2040connect] +board = nanorp2040connect +; "nanorp2040connect" board can use both mbed and earlephilhower core, must select here +board_build.core = earlephilhower + ; earlephilhower-only boards [env:rpipico] board = rpipico -[env:nanorp2040connect] -board = nanorp2040connect - [env:adafruit_feather] board = adafruit_feather