We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db77e1 commit 8e7133eCopy full SHA for 8e7133e
hardware/arduino/avr/boards.txt
@@ -649,7 +649,7 @@ robotControl.name=Arduino Robot Control
649
robotControl.upload.tool=avrdude
650
robotControl.upload.protocol=avr109
651
robotControl.upload.maximum_size=28672
652
-robotControl.upload.data_size=2560
+robotControl.upload.maximum_data_size=2560
653
robotControl.upload.speed=57600
654
robotControl.upload.disable_flushing=true
655
robotControl.upload.use_1200bps_touch=true
@@ -679,7 +679,7 @@ robotMotor.name=Arduino Robot Motor
679
robotMotor.upload.tool=avrdude
680
robotMotor.upload.protocol=avr109
681
robotMotor.upload.maximum_size=28672
682
-robotMotor.upload.data_size=2560
+robotMotor.upload.maximum_data_size=2560
683
robotMotor.upload.speed=57600
684
robotMotor.upload.disable_flushing=true
685
robotMotor.upload.use_1200bps_touch=true
0 commit comments