Skip to content

Commit

Permalink
Peg AVR platform to 4.2.0 as 5.0.0 is broken and cant upload
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Feb 25, 2024
1 parent ea731a0 commit d96bab3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**V1.13.1 - Updates**
- Fix for uploading on AVR platform. Apparently [email protected] (current stable) is broken and can't upload, so we peg it at [email protected] for now.

**V1.13.0 - Updates**
NOTE: Make sure to do a Factory Reset when using this version.
- Sped up ESP32 stepper code.
Expand Down
2 changes: 1 addition & 1 deletion Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
5 changes: 4 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ debug_load_mode = always

[env:ramps]
extends = common_embedded
platform = atmelavr
; [email protected] 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 = [email protected]
board = ATmega2560
upload_protocol = wiring
build_flags =
Expand Down

0 comments on commit d96bab3

Please sign in to comment.