mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Fix ROM size
This commit is contained in:
@ -37,7 +37,7 @@
|
|||||||
"platform": "atmelavr",
|
"platform": "atmelavr",
|
||||||
"upload": {
|
"upload": {
|
||||||
"maximum_ram_size": 512,
|
"maximum_ram_size": 512,
|
||||||
"maximum_size": 5310,
|
"maximum_size": 8192,
|
||||||
"protocol": "usbtiny"
|
"protocol": "usbtiny"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -56,7 +56,7 @@
|
|||||||
"upload": {
|
"upload": {
|
||||||
"maximum_ram_size": 512,
|
"maximum_ram_size": 512,
|
||||||
"protocol": "usbtiny",
|
"protocol": "usbtiny",
|
||||||
"maximum_size": 5310
|
"maximum_size": 8192
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"upload": {
|
"upload": {
|
||||||
"disable_flushing": false,
|
"disable_flushing": false,
|
||||||
"maximum_ram_size": 512,
|
"maximum_ram_size": 512,
|
||||||
"maximum_size": 14844,
|
"maximum_size": 6012,
|
||||||
"protocol": "digispark",
|
"protocol": "digispark",
|
||||||
"use_1200bps_touch": false,
|
"use_1200bps_touch": false,
|
||||||
"wait_for_upload_port": false
|
"wait_for_upload_port": false
|
||||||
|
Reference in New Issue
Block a user