changed default input protocol
This commit is contained in:
2
.vscode/arduino.json
vendored
2
.vscode/arduino.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"board": "bsfrance:avr:lora32u4",
|
||||
"sketch": "crossbow.ino",
|
||||
"sketch": "crossbow\\crossbow.ino",
|
||||
"port": "COM3",
|
||||
"output": "../build"
|
||||
}
|
||||
4
.vscode/c_cpp_properties.json
vendored
4
.vscode/c_cpp_properties.json
vendored
@@ -11,7 +11,9 @@
|
||||
"${workspaceRoot}"
|
||||
]
|
||||
},
|
||||
"intelliSenseMode": "msvc-x64"
|
||||
"intelliSenseMode": "msvc-x64",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17"
|
||||
},
|
||||
{
|
||||
"name": "Mac",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
#define FEATURE_TX_OLED
|
||||
// #define FORCE_TX_WITHOUT_INPUT
|
||||
#define FEATURE_TX_INPUT_PPM
|
||||
// #define FEATURE_TX_INPUT_SBUS
|
||||
// #define FEATURE_TX_INPUT_PPM
|
||||
#define FEATURE_TX_INPUT_SBUS
|
||||
|
||||
// #define DEBUG_SERIAL
|
||||
// #define DEBUG_PING_PONG
|
||||
|
||||
Reference in New Issue
Block a user