FLIP-ESP32-I2C-OLED/.vscode/c_cpp_properties.json
2025-03-08 13:46:02 +01:00

14 lines
No EOL
307 B
JSON

{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"intelliSenseMode": "macos-clang-arm64"
}
],
"version": 4
}