Add support for the Cressi Michelangelo

The Cressi Michelangelo appears to be compatible with the Goa, with just
a different model number.
This commit is contained in:
Jef Driesen 2022-05-18 23:37:12 +02:00
parent 8bfb965589
commit 0064097c03

View File

@ -330,6 +330,7 @@ static const dc_descriptor_t g_descriptors[] = {
/* Cressi Goa */
{"Cressi", "Cartesio", DC_FAMILY_CRESSI_GOA, 1, DC_TRANSPORT_SERIAL, NULL},
{"Cressi", "Goa", DC_FAMILY_CRESSI_GOA, 2, DC_TRANSPORT_SERIAL, NULL},
{"Cressi", "Michelangelo", DC_FAMILY_CRESSI_GOA, 5, DC_TRANSPORT_SERIAL, NULL},
{"Cressi", "Neon", DC_FAMILY_CRESSI_GOA, 9, DC_TRANSPORT_SERIAL, NULL},
/* Zeagle N2iTiON3 */
{"Zeagle", "N2iTiON3", DC_FAMILY_ZEAGLE_N2ITION3, 0, DC_TRANSPORT_SERIAL, NULL},