ESPMegaPRO-v3-SDK/.vscode/c_cpp_properties.json

18 lines
339 B
JSON
Raw Permalink Normal View History

2023-12-27 16:15:11 +00:00
{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "gcc",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}