diff Discovery/Inc/configuration.h @ 464:05c5c3d10902 Improve_Logtansfer

Added compile switch to handle additional data during raw header request: Beeside the pure header also the number of the last dive is of interested. Added compile switch to stay compatible with tools which might use the raw header command Added commands to support read and write acces to sample buffer
author ideenmodellierer
date Mon, 13 Apr 2020 16:00:54 +0200
parents b2f8a39c11ea
children aa1d71875e25
line wrap: on
line diff
--- a/Discovery/Inc/configuration.h	Sun Apr 12 21:02:34 2020 +0200
+++ b/Discovery/Inc/configuration.h	Mon Apr 13 16:00:54 2020 +0200
@@ -43,4 +43,7 @@
 /* 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 */
+
 #endif