CG023 & H8_3D protocols

- Removed sub_protcol H8_3D under protocol CG023
 - Added protocol H8_3D (36)
 - Added sub_protocols H8_3D/H8_3D (0)
 - Added sub_protocols H8_3D/H20H (1)
 - Added sub_protocols H8_3D/H20Mini (2)
 - Added sub_protocols H8_3D/H30Mini (3)
This commit is contained in:
Pascal Langer
2017-11-29 14:13:12 +01:00
parent 9379bd1792
commit 01bef23ac9
7 changed files with 361 additions and 171 deletions

View File

@@ -1015,6 +1015,12 @@ static void protocol_init()
remote_callback = ESKY150_callback;
break;
#endif
#if defined(H8_3D_NRF24L01_INO)
case MODE_H8_3D:
next_callback=initH8_3D();
remote_callback = H8_3D_callback;
break;
#endif
#endif
}
}