We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4f323 commit 442b4c8Copy full SHA for 442b4c8
.vscode/c_cpp_properties.json
@@ -10,7 +10,8 @@
10
"${config:idf.espIdfPathWin}/components/**",
11
"${config:idf.espAdfPath}/components/**",
12
"${config:idf.espAdfPathWin}/components/**",
13
- "${workspaceFolder}/**"
+ "${workspaceFolder}/third-party/heatshrink",
14
+ "${workspaceFolder}/include"
15
],
16
"browse": {
17
"path": [
@@ -27,10 +28,11 @@
27
28
"CONFIG_FREERTOS_HZ=100",
29
"CONFIG_VFS_SUPPORT_DIR=1",
30
"CONFIG_FROGFS_VFS_SUPPORT_DIR=1",
- "CONFIG_FROGFS_USE_DEFLATE=1",
31
+ "CONFIG_FROGFS_USE_MINIZ=1",
32
+ "CONFIG_FROGFS_USE_ZLIB=1",
33
"CONFIG_FROGFS_USE_HEATSHRINK=1"
34
- "cStandard": "c11",
35
+ "cStandard": "c17",
36
"cppStandard": "c++17",
37
"intelliSenseMode": "linux-gcc-x64"
38
}
0 commit comments