Fix ROM size

This commit is contained in:
Valeriy Koval
2015-02-23 21:00:27 +02:00
parent 45e8251479
commit aa578fd8ec
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
"platform": "atmelavr",
"upload": {
"maximum_ram_size": 512,
"maximum_size": 5310,
"maximum_size": 8192,
"protocol": "usbtiny"
}
},
@ -56,7 +56,7 @@
"upload": {
"maximum_ram_size": 512,
"protocol": "usbtiny",
"maximum_size": 5310
"maximum_size": 8192
}
},

View File

@ -13,7 +13,7 @@
"upload": {
"disable_flushing": false,
"maximum_ram_size": 512,
"maximum_size": 14844,
"maximum_size": 6012,
"protocol": "digispark",
"use_1200bps_touch": false,
"wait_for_upload_port": false