-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Peg AVR platform to 4.2.0 as 5.0.0 is broken and cant upload
- Loading branch information
1 parent
ea731a0
commit d96bab3
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = | ||
|