1234567891011121314151617181920 |
- {
- "idf.portWin": "COM5",
- "idf.flashType": "UART",
- "files.associations": {
- "*.h": "c",
- "*.c": "c",
- "esp_camera.h": "c",
- "task.h": "c",
- "esp_event.h": "c",
- "esp_wifi.h": "c",
- "nvs_flash.h": "c",
- "time.h": "c",
- "i2s_reg.h": "c",
- "lldesc.h": "c",
- "semphr.h": "c",
- "*.inc": "c",
- "*.ipp": "c"
- },
- "idf.adapterTargetName": "esp32"
- }
|