comparison 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
comparison
equal deleted inserted replaced
463:e4f6afd9c96b 464:05c5c3d10902
41 /* #define TRUST_LOG_CONSISTENCY */ 41 /* #define TRUST_LOG_CONSISTENCY */
42 42
43 /* Enable this to reset the profile data by pressing enter within log info menu */ 43 /* Enable this to reset the profile data by pressing enter within log info menu */
44 /* #define ENABLE_PROFILE_RESET */ 44 /* #define ENABLE_PROFILE_RESET */
45 45
46 /* Enable this to transfer additional data list last dive ID and last sample index during raw data requests */
47 /* define SEND_DATA_DETAILS */
48
46 #endif 49 #endif