default env is now nanoatmega328

main
JbLb 3 years ago
parent fd52693593
commit 7ad827cdf6

@ -8,6 +8,9 @@
; Please visit documentation for the other options and examples ; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = nano
[env:nano] [env:nano]
platform = atmelavr platform = atmelavr
board = nanoatmega328 board = nanoatmega328

Loading…
Cancel
Save