From 5794898e4c7ce5bd4a2055a8aa6a2bafb181adb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LA7ECA=2C=20=C3=98yvind?= Date: Fri, 15 Nov 2024 21:58:07 +0100 Subject: [PATCH] Ready for release --- components/radio/adc.c | 4 +--- main/defines.h | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/components/radio/adc.c b/components/radio/adc.c index 04465af..60f211c 100644 --- a/components/radio/adc.c +++ b/components/radio/adc.c @@ -158,9 +158,7 @@ void adcsampler_calibrate(adcsampler_t handle) } } adcsampler_stop(handle); - adcsampler_nullpoint = sum / nresults; - printf("*** nullpoint = %ld\n", adcsampler_nullpoint); - + adcsampler_nullpoint = sum / nresults; } diff --git a/main/defines.h b/main/defines.h index 29c9cd8..b618a5d 100644 --- a/main/defines.h +++ b/main/defines.h @@ -10,8 +10,8 @@ /* Version of software */ -#define VERSION_SSTRING "3.2" -#define VERSION_STRING "v3.2" +#define VERSION_SSTRING "3.3" +#define VERSION_STRING "v3.3" #define FW_NAME "Arctic Tracker"