Mercurial > public > ostc4
comparison Discovery/Inc/configuration.h @ 526:88c626d01ee5
Added new option to gas configuration: "Off":
Added strings and menu definitions needed to implement new state. The new state may be activated in code using the compile switch "ENABLE_UNUSED_GAS_HIDING"
author | Ideenmodellierer |
---|---|
date | Sun, 13 Sep 2020 20:55:54 +0200 |
parents | 7512804bc6cf |
children | 02e7e11fdbe8 |
comparison
equal
deleted
inserted
replaced
525:1f557e5f4b5a | 526:88c626d01ee5 |
---|---|
50 /* #define HAVE_DEBUG_VIEW */ | 50 /* #define HAVE_DEBUG_VIEW */ |
51 | 51 |
52 /* Enable to have access to the motion control selection menu */ | 52 /* Enable to have access to the motion control selection menu */ |
53 /* #define ENABLE_MOTION_CONTROL */ | 53 /* #define ENABLE_MOTION_CONTROL */ |
54 | 54 |
55 /* Enable to have option to hide not needed gases from dive views */ | |
56 /* #define ENABLE_UNUSED_GAS_HIDING */ | |
55 #endif | 57 #endif |