diff --git a/.vscode/arduino.json b/.vscode/arduino.json index c4b5be6..072b852 100644 --- a/.vscode/arduino.json +++ b/.vscode/arduino.json @@ -1,6 +1,6 @@ { "board": "bsfrance:avr:lora32u4", - "sketch": "crossbow.ino", + "sketch": "crossbow\\crossbow.ino", "port": "COM3", "output": "../build" } \ No newline at end of file diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 56b262c..145d73a 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -11,7 +11,9 @@ "${workspaceRoot}" ] }, - "intelliSenseMode": "msvc-x64" + "intelliSenseMode": "msvc-x64", + "cStandard": "c11", + "cppStandard": "c++17" }, { "name": "Mac", diff --git a/crossbow/config.h b/crossbow/config.h index a104194..d971c50 100644 --- a/crossbow/config.h +++ b/crossbow/config.h @@ -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