12 lines
288 B
JSON
12 lines
288 B
JSON
{
|
|
"target": "esp32c3",
|
|
"builds": [
|
|
{
|
|
"name": "lichuang-c3-dev",
|
|
"sdkconfig_append": [
|
|
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
|
|
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions_8M.csv\""
|
|
]
|
|
}
|
|
]
|
|
} |