changed default input protocol

This commit is contained in:
Pawel Spychalski (DzikuVx)
2018-04-02 20:52:56 +02:00
parent cf056fb528
commit b38dc15ba5
3 changed files with 6 additions and 4 deletions

View File

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

View File

@@ -11,7 +11,9 @@
"${workspaceRoot}"
]
},
"intelliSenseMode": "msvc-x64"
"intelliSenseMode": "msvc-x64",
"cStandard": "c11",
"cppStandard": "c++17"
},
{
"name": "Mac",