From d96bab37619d23b6a489789c9ccdf3e8aedcf3f2 Mon Sep 17 00:00:00 2001 From: Julianne Swinoga Date: Sat, 24 Feb 2024 17:37:17 -0500 Subject: [PATCH] Peg AVR platform to 4.2.0 as 5.0.0 is broken and cant upload --- Changelog.md | 3 +++ Version.h | 2 +- platformio.ini | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index b9ba9593..14a25f7d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +**V1.13.1 - Updates** +- Fix for uploading on AVR platform. Apparently atmelavr@5.0.0 (current stable) is broken and can't upload, so we peg it at atmelavr@4.2.0 for now. + **V1.13.0 - Updates** NOTE: Make sure to do a Factory Reset when using this version. - Sped up ESP32 stepper code. diff --git a/Version.h b/Version.h index b663a459..009d71fa 100644 --- a/Version.h +++ b/Version.h @@ -3,4 +3,4 @@ // Also, numbers are interpreted as simple numbers. _ __ _ // So 1.8 is actually 1.08, meaning that 1.12 is a later version than 1.8. \_(..)_/ -#define VERSION "V1.13.0" +#define VERSION "V1.13.1" diff --git a/platformio.ini b/platformio.ini index 79d0bce9..b25ac4a7 100644 --- a/platformio.ini +++ b/platformio.ini @@ -74,7 +74,10 @@ debug_load_mode = always [env:ramps] extends = common_embedded -platform = atmelavr +; atmelavr@5.0.0 is currently broken (can't upload, gets stk500v2_recv errors) +; but https://github.com/platformio/platform-atmelavr.git @ d9d2738b +; works, even though there are no commits since the 5.0.0 release?!?!?!?!?!?! +platform = atmelavr@4.2.0 board = ATmega2560 upload_protocol = wiring build_flags =