Skip to content

Commit

Permalink
Added Arduino Nano RP2040 Connect (RP2040-ProMini) to config
Browse files Browse the repository at this point in the history
  • Loading branch information
red-scorp committed Aug 15, 2023
1 parent 1798dde commit e775362
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ lib_deps = ${common.lib_deps}
platform = raspberrypi
board = pico

; Arduino Nano RP2040 Connect and clones including RP2040-ProMini based on RP2040 chip
[env:nanorp2040connect]
platform = raspberrypi
board = nanorp2040connect

; Native framework for unit tests
;[env:native]
;platform = native
Expand Down

0 comments on commit e775362

Please sign in to comment.