GW008 protocol addition

Protocol number: 32
No sub_protocol
This commit is contained in:
pascallanger
2017-02-24 11:00:02 +01:00
parent bd64bdedc3
commit 548390b0d7
8 changed files with 277 additions and 19 deletions

View File

@@ -941,6 +941,12 @@ static void protocol_init()
remote_callback = Q303_callback;
break;
#endif
#if defined(GW008_NRF24L01_INO)
case MODE_GW008:
next_callback=initGW008();
remote_callback = GW008_callback;
break;
#endif
#endif
}
}