1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

add feature & protocolVersion cli setting

This commit is contained in:
azolyoung 2018-12-04 18:50:52 +08:00
parent cd0fa28e53
commit fcf784b4a1
9 changed files with 155 additions and 87 deletions

View file

@ -43,3 +43,5 @@ void rcdeviceInit(void);
void rcdeviceUpdate(timeUs_t currentTimeUs);
bool rcdeviceIsEnabled(void);
void rcdeviceSend5KeyOSDCableSimualtionEvent(rcdeviceCamSimulationKeyEvent_e key);