Rework of displaying supervisory info: NMT and AMPS
Using lower rate to show debug info of supervisory signal. Display supervisory info for NMT and AMPS at measurement display screen.
This commit is contained in:
@@ -347,9 +347,9 @@ void display_measurements(double elapsed)
|
||||
|
||||
/* count and check if we need to display this time */
|
||||
time_elapsed += elapsed;
|
||||
if (time_elapsed < DISPLAY_INTERVAL)
|
||||
if (time_elapsed < DISPLAY_MEAS_INTERVAL)
|
||||
return;
|
||||
time_elapsed = fmod(time_elapsed, DISPLAY_INTERVAL);
|
||||
time_elapsed = fmod(time_elapsed, DISPLAY_MEAS_INTERVAL);
|
||||
|
||||
print_measurements(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user