Fix a bug in the salt and fresh water parsing

The original Mares Genius support was based on Mares Dive Organizer
2.25, which has a bug in the salinity parsing. The latest version 2.26
has this bug fixed.

Reported-by: Greg McLaughlin <gregm@somemore.com>
This commit is contained in:
Jef Driesen 2020-09-18 17:29:52 +02:00
parent 2909863573
commit 8a10e545d4

View File

@ -76,8 +76,8 @@
#define GASMIX_INUSE 2
#define GASMIX_IGNRD 3
#define WATER_SALT 0
#define WATER_FRESH 1
#define WATER_FRESH 0
#define WATER_SALT 1
#define WATER_EN13319 2
#define ALARM_NONE 0