diff --git a/platformio.ini b/platformio.ini index d3ff7e6..fcdf408 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,8 +8,8 @@ ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html -[env:uno] +[env:nanoatmega328] platform = atmelavr -board = uno +board = nanoatmega328 framework = arduino lib_deps = featherfly/SoftwareSerial@^1.0