config.json 356 B

12345678910111213
  1. {
  2. "target": "esp32s3",
  3. "builds": [
  4. {
  5. "name": "movecall-cuican-esp32s3",
  6. "sdkconfig_append": [
  7. "CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
  8. "CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v1/8m.csv\"",
  9. "CONFIG_COMPILER_OPTIMIZATION_SIZE=y"
  10. ]
  11. }
  12. ]
  13. }