summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 9145ba15c25c25730eb8fb5f3cc69a98817afffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "C_Cpp.intelliSenseEngine": "Tag Parser",
  "idf.portWin": "COM5",
  "idf.flashType": "UART",
  "files.associations": {
    "freertos.h": "c",
    "gpio.h": "c",
    "task.h": "c",
    "stepper.h": "c",
    "list": "cpp",
    "string": "cpp",
    "functional": "cpp",
    "type_traits": "cpp",
    "ratio": "cpp",
    "stdio.h": "c",
    "chrono": "cpp",
    "nvs_flash.h": "c",
    "*.inc": "c",
    "sntp.h": "c",
    "cmath": "c",
    "complex": "c",
    "math.h": "c"
  },
  "idf.adapterTargetName": "esp32"
}