From d2c48ba0ac67cf41f322c051f68a50e2437ab9fe Mon Sep 17 00:00:00 2001 From: C0d3v Date: Thu, 15 Jan 2026 19:15:20 +0100 Subject: [PATCH] Change mega type --- drawers/platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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