Skip to content

Commit 442b4c8

Browse files
committed
update vscode c_cpp_properties.json
1 parent cc4f323 commit 442b4c8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.vscode/c_cpp_properties.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"${config:idf.espIdfPathWin}/components/**",
1111
"${config:idf.espAdfPath}/components/**",
1212
"${config:idf.espAdfPathWin}/components/**",
13-
"${workspaceFolder}/**"
13+
"${workspaceFolder}/third-party/heatshrink",
14+
"${workspaceFolder}/include"
1415
],
1516
"browse": {
1617
"path": [
@@ -27,10 +28,11 @@
2728
"CONFIG_FREERTOS_HZ=100",
2829
"CONFIG_VFS_SUPPORT_DIR=1",
2930
"CONFIG_FROGFS_VFS_SUPPORT_DIR=1",
30-
"CONFIG_FROGFS_USE_DEFLATE=1",
31+
"CONFIG_FROGFS_USE_MINIZ=1",
32+
"CONFIG_FROGFS_USE_ZLIB=1",
3133
"CONFIG_FROGFS_USE_HEATSHRINK=1"
3234
],
33-
"cStandard": "c11",
35+
"cStandard": "c17",
3436
"cppStandard": "c++17",
3537
"intelliSenseMode": "linux-gcc-x64"
3638
}

0 commit comments

Comments
 (0)