Merge branch 'master' into feature/frequency-hopping

This commit is contained in:
Pawel Spychalski (DzikuVx)
2018-04-19 11:51:35 +02:00
4 changed files with 10 additions and 6 deletions

View File

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

View File

@@ -20,7 +20,10 @@
"intelliSenseMode": "msvc-x64",
"cStandard": "c11",
"cppStandard": "c++17",
"compilerPath": "/usr/bin/clang"
"compilerPath": "/usr/bin/clang",
"defines": [
"FEATURE_TX_INPUT_SBUS"
]
},
{
"name": "Mac",