diff Discovery/Inc/configuration.h @ 633:68d95049f11a

Added menu structure to allow ppo2 modification in simulator mode: For development purpose (to be enabled by compile switch) the posibillity to modify ppo2 values using the T3_Sensor view quick menu access has been added.
author Ideenmodellierer
date Tue, 23 Feb 2021 21:58:18 +0100
parents 280c11153080
children 1b995079c045
line wrap: on
line diff
--- a/Discovery/Inc/configuration.h	Tue Feb 23 21:55:52 2021 +0100
+++ b/Discovery/Inc/configuration.h	Tue Feb 23 21:58:18 2021 +0100
@@ -58,5 +58,7 @@
 /* Enable to have the new T3 profile view available */
 /* #define ENABLE_T3_PROFILE_VIEW */
 
+/* Enable to have PPO2 adjustments in T3 sensor view during dive simulation */
+/* #define ENABLE_T3_PPO_SIM */
 
 #endif