This adds a ui for Suunto Vyper settings

This builds up a ui to use for all the settings for the Suunto Vyper
family devices. Some of the fields are pure information, eg, max depth
and number of dives, so they are marked read-only.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-10-12 16:51:29 +02:00 committed by Dirk Hohndel
parent daa5c14cbf
commit 3836e64092
2 changed files with 466 additions and 21 deletions

View file

@ -462,6 +462,13 @@ void ConfigureDiveComputerDialog::on_DiveComputerList_currentRowChanged(int curr
selected_vendor = "Heinrichs Weikamp";
selected_product = "OSTC 3";
break;
case 1:
selected_vendor = "Suunto";
selected_product = "Vyper";
break;
default:
/* Not Supported */
return;
}
int dcType = DC_TYPE_SERIAL;