some config optimizations

This commit is contained in:
Pawel Spychalski
2018-04-10 08:53:15 +02:00
parent b38dc15ba5
commit db1cd344cb
4 changed files with 24 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"board": "bsfrance:avr:lora32u4",
"sketch": "crossbow\\crossbow.ino",
"sketch": "crossbow/crossbow.ino",
"port": "COM3",
"output": "../build"
}

View File

@@ -13,7 +13,8 @@
},
"intelliSenseMode": "msvc-x64",
"cStandard": "c11",
"cppStandard": "c++17"
"cppStandard": "c++17",
"compilerPath": "/usr/bin/clang"
},
{
"name": "Mac",