changeset 293:02d10d955be2 div-fixes-6

bugfix, consistency: show deco, NDL after 1 minute 1 letter fix. VPM showed NDL data after 10 seconds, and Buehlmann after 60 seconds. And as this type of data is fully irrelevant during the first minute (at least), make VPM and Buehlmann consistent and display NDL after 60 seconds. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Thu, 02 May 2019 10:05:28 +0200
parents bfcea6e2ab3f
children e424ad056b58
files Discovery/Src/vpm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Discovery/Src/vpm.c	Thu May 02 09:24:54 2019 +0200
+++ b/Discovery/Src/vpm.c	Thu May 02 10:05:28 2019 +0200
@@ -240,7 +240,7 @@
         pDECOINFO->output_stop_length_seconds[i] = 0;
     }
 
-    if(pINPUT->dive_time_seconds < 10)
+    if(pINPUT->dive_time_seconds < 60)
     {
         vpm_calc_status = CALC_NDL;
         return vpm_calc_status;