config.json 301 B

123456789101112
  1. {
  2. "target": "esp32s3",
  3. "builds": [
  4. {
  5. "name": "atoms3r-cam-m12-echo-base",
  6. "sdkconfig_append": [
  7. "CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
  8. "CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v1/8m.csv\""
  9. ]
  10. }
  11. ]
  12. }