Partition scheme added

This commit is contained in:
Jason2866 2021-06-01 15:34:22 +02:00 committed by GitHub
parent e7c3679ad3
commit e9fc672905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
{ {
"build": { "build": {
"arduino":{ "arduino":{
"ldscript": "esp32c3_out.ld" "ldscript": "esp32c3_out.ld",
"partitions": "esp32_partition_app1856k_spiffs320k.csv"
}, },
"core": "esp32", "core": "esp32",
"f_cpu": "160000000L", "f_cpu": "160000000L",