diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/micropeak-v2.0/ao_micropeak.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/micropeak-v2.0/ao_micropeak.c b/src/micropeak-v2.0/ao_micropeak.c index 7ba5cb95..0e3a9005 100644 --- a/src/micropeak-v2.0/ao_micropeak.c +++ b/src/micropeak-v2.0/ao_micropeak.c @@ -176,11 +176,12 @@ ao_micropeak(void) /* Give the person a second to get their finger out of the way */ ao_delay(AO_MS_TO_TICKS(1000)); - ao_pips(); - ao_log_micro_restore(); ao_compute_height(); ao_report_altitude(); + + ao_pips(); + ao_log_micro_dump(); #if BOOST_DELAY |