MoistureSensorPrototype/.vscode/c_cpp_properties.json

16 lines
373 B
JSON
Raw Normal View History

2022-12-10 14:08:10 +01:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}