Happy path frequency hopping

This commit is contained in:
Pawel Spychalski
2018-04-10 15:01:27 +02:00
parent 6ee2caf68d
commit f1e659bfd0
5 changed files with 82 additions and 8 deletions

View File

@@ -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