Happy path frequency hopping
This commit is contained in:
14
.vscode/c_cpp_properties.json
vendored
14
.vscode/c_cpp_properties.json
vendored
@@ -11,6 +11,12 @@
|
||||
"${workspaceRoot}"
|
||||
]
|
||||
},
|
||||
"defines": [
|
||||
"SPI_HAS_NOTUSINGINTERRUPT",
|
||||
"FEATURE_TX_INPUT_SBUS",
|
||||
"DEVICE_MODE_TX",
|
||||
"DEVICE_MODE_RX"
|
||||
],
|
||||
"intelliSenseMode": "msvc-x64",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17",
|
||||
@@ -29,7 +35,13 @@
|
||||
"~/Documents/Arduino/libraries/"
|
||||
]
|
||||
},
|
||||
"intelliSenseMode": "clang-x64"
|
||||
"intelliSenseMode": "clang-x64",
|
||||
"defines": [
|
||||
"SPI_HAS_NOTUSINGINTERRUPT",
|
||||
"FEATURE_TX_INPUT_SBUS",
|
||||
"DEVICE_MODE_TX",
|
||||
"DEVICE_MODE_RX"
|
||||
]
|
||||
}
|
||||
],
|
||||
"version": 3
|
||||
|
||||
Reference in New Issue
Block a user