From 62cff69e3fc838a9063017b8bbf512224953118e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 23 May 2024 09:55:02 -0400 Subject: [PATCH] Update main.c print wav_position --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index 8e528374..a093272e 100644 --- a/main.c +++ b/main.c @@ -549,6 +549,8 @@ int main(int argc, char * argv[]) { fflush(stdout); fflush(stderr); // frames_sent++; + + fprintf(stderr, "ADC count: %d \n", wav_position); sensor_payload[0] = 0; memset(voltage, 0, sizeof(voltage));