diff --git a/drawers/platformio.ini b/drawers/platformio.ini index 67e8cb2..d49d13f 100644 --- a/drawers/platformio.ini +++ b/drawers/platformio.ini @@ -8,7 +8,7 @@ ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html -[env:megaatmega2560] +[env:megaatmega1280] platform = atmelavr -board = megaatmega2560 +board = megaatmega1280 framework = arduino