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

Added DJI_HDL to the RX protocol list for CLI.

This commit is contained in:
mikeller 2019-05-08 00:31:15 +12:00
parent ea3da333d4
commit 6aabc432fc

View file

@ -219,6 +219,7 @@ static const char * const lookupTableSerialRX[] = {
"SRXL",
"CUSTOM",
"FPORT",
"DJI_HDL",
};
#endif