Skip to content

Commit

Permalink
Fix maximum firmware flash size.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkbel committed Jul 9, 2019
1 parent 3b241c2 commit 595cc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/PrusaResearchRambo/avr/boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rambo.pid.0=0x0001

rambo.upload.tool=arduino:avrdude
rambo.upload.protocol=wiring
rambo.upload.maximum_size=258048
rambo.upload.maximum_size=253952
rambo.upload.speed=115200

rambo.bootloader.low_fuses=0xFF
Expand Down

2 comments on commit 595cc4f

@3d-gussner
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DRracer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@3d-gussner you are right, this should also come into our new board definition ... unfortunately there are multiple build environments so far, we'd like to merge them into a single board definition in the future - that's why it is here too for now.

Please sign in to comment.