Skip to content

Commit

Permalink
Fix board selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanschneider committed Dec 30, 2022
1 parent 7a4d163 commit d05a7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:nanoatmega328]
[env:nanoatmega168]
platform = atmelavr
board = nanoatmega328
board = nanoatmega168
framework = arduino

lib_deps =
Expand Down

0 comments on commit d05a7ae

Please sign in to comment.