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", "board": "bsfrance:avr:lora32u4",
"sketch": "crossbow.ino", "sketch": "crossbow\\crossbow.ino",
"port": "COM3", "port": "COM3",
"output": "../build" "output": "../build"
} }

View File

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

View File

@@ -6,8 +6,8 @@
#define FEATURE_TX_OLED #define FEATURE_TX_OLED
// #define FORCE_TX_WITHOUT_INPUT // #define FORCE_TX_WITHOUT_INPUT
#define FEATURE_TX_INPUT_PPM // #define FEATURE_TX_INPUT_PPM
// #define FEATURE_TX_INPUT_SBUS #define FEATURE_TX_INPUT_SBUS
// #define DEBUG_SERIAL // #define DEBUG_SERIAL
// #define DEBUG_PING_PONG // #define DEBUG_PING_PONG