New protocol: Losi

This commit is contained in:
Pascal Langer
2021-05-03 15:29:24 +02:00
parent 51a3ef8ee9
commit 96b8a500b4
8 changed files with 171 additions and 3 deletions

View File

@@ -100,6 +100,7 @@ const char STR_E129[] ="E129";
const char STR_E016H[] ="E016H";
const char STR_IKEAANSLUTA[]="Ansluta";
const char STR_CONFIG[] ="Config";
const char STR_LOSI[] ="Losi";
const char STR_SUBTYPE_FLYSKY[] = "\x04""Std\0""V9x9""V6x6""V912""CX20";
const char STR_SUBTYPE_HUBSAN[] = "\x04""H107""H301""H501";
@@ -355,6 +356,9 @@ const mm_protocol_definition multi_protocols[] = {
#if defined(LOLI_NRF24L01_INO)
{PROTO_LOLI, STR_LOLI, NO_SUBTYPE, 0, OPTION_NONE, 1, 0, SW_NRF, LOLI_init, LOLI_callback },
#endif
#if defined(LOSI_CYRF6936_INO)
{PROTO_LOSI, STR_LOSI, NO_SUBTYPE, 0, OPTION_NONE, 0, 0, SW_CYRF, LOSI_init, LOSI_callback },
#endif
#if defined(MJXQ_CCNRF_INO)
{PROTO_MJXQ, STR_MJXQ, STR_SUBTYPE_MJXQ, 7, OPTION_NONE, 0, 0, SW_NRF, MJXQ_init, MJXQ_callback },
#endif