Mercurial > public > ostc4
diff Discovery/Inc/tStructure.h @ 788:4abfb8a2a435
Define explicit setpoints for low / high / deco. Add an option to delay the switch to SPlow until all decompression has been cleared. (mikeller)
author | heinrichsweikamp |
---|---|
date | Tue, 04 Jul 2023 14:39:06 +0200 |
parents | 45b8f3c2acce |
children | dd7ce655db26 |
line wrap: on
line diff
--- a/Discovery/Inc/tStructure.h Sun Jun 04 21:59:26 2023 +0200 +++ b/Discovery/Inc/tStructure.h Tue Jul 04 14:39:06 2023 +0200 @@ -181,10 +181,8 @@ /* PAGE 3 EDIT FIELD CONTENT */ #define StMSP_ppo2_setting _MB(2,3,255,1,0) -#define StMSP_Depth _MB(2,3,255,2,0) #define StMSP_Active _MB(2,3,255,3,0) -#define StMSP_First _MB(2,3,255,4,0) -#define StMSP_Select _MB(2,3,255,5,0) + #define StMSP_Sensor1 _MB(2,3,255,6,0) #define StMSP_Sensor2 _MB(2,3,255,7,0) #define StMSP_Sensor3 _MB(2,3,255,8,0)