settings.json 448 B

1234567891011121314151617181920
  1. {
  2. "idf.portWin": "COM5",
  3. "idf.flashType": "UART",
  4. "files.associations": {
  5. "*.h": "c",
  6. "*.c": "c",
  7. "esp_camera.h": "c",
  8. "task.h": "c",
  9. "esp_event.h": "c",
  10. "esp_wifi.h": "c",
  11. "nvs_flash.h": "c",
  12. "time.h": "c",
  13. "i2s_reg.h": "c",
  14. "lldesc.h": "c",
  15. "semphr.h": "c",
  16. "*.inc": "c",
  17. "*.ipp": "c"
  18. },
  19. "idf.adapterTargetName": "esp32"
  20. }