diff Discovery/Inc/configuration.h @ 468:aa1d71875e25 Improve_Logtansfer

Moved and deactivated analyse sample buffer switch: The repair function behind the maintainance button is no longer needed and meanwhile an external tool supporting better analysis is available
author ideenmodellierer
date Tue, 14 Apr 2020 19:44:19 +0200
parents 05c5c3d10902
children 4ce932235578
line wrap: on
line diff
--- a/Discovery/Inc/configuration.h	Tue Apr 14 19:29:23 2020 +0200
+++ b/Discovery/Inc/configuration.h	Tue Apr 14 19:44:19 2020 +0200
@@ -40,10 +40,10 @@
 /* Enable this to skip coplete scan of dive log during startup */
 /* #define TRUST_LOG_CONSISTENCY */
 
-/* Enable this to reset the profile data by pressing enter within log info menu */
-/* #define ENABLE_PROFILE_RESET */
-
 /* Enable this to transfer additional data list last dive ID and last sample index during raw data requests */
 /* define SEND_DATA_DETAILS */
 
+/* Enable to activate a menu item in reset menu which provide sample ring analysis / repair functionality */
+/* #define ENABLE_ANALYSE_SAMPLES */
+
 #endif