123456789101112131415161718192021 |
- {
- "configurations": [
- {
- "name": "Win32",
- "includePath": [
- "${workspaceFolder}/**",
- "D:/espidf/Espressif/frameworks/esp-idf-v5.0.2/**"
- ],
- "defines": [
- "_DEBUG",
- "UNICODE",
- "_UNICODE"
- ],
- "compilerPath": "C:\\mingw64\\bin\\gcc.exe",
- "cStandard": "c17",
- "cppStandard": "gnu++14",
- "intelliSenseMode": "windows-gcc-x64"
- }
- ],
- "version": 4
- }
|