[2.0.x] Correct PROGMEM on DFU-equiped AT90USB boards (#10943)

130048 is available on genuine Teensy2.0++ with Paul's "Halfkay" bootloader.  Atmel DFU-equiped boards have only 122880 available
This commit is contained in:
Dave Johnson 2018-06-05 20:34:54 -07:00 committed by Scott Lahteine
parent c2bdbdffaa
commit a5b0bf86f1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"name": "at90USB1286.json",
"upload": {
"maximum_ram_size": 8192,
"maximum_size": 130048,
"maximum_size": 122880,
"require_upload_port": true,
"protocol": ""
},