Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
LA7ECA, Øyvind committed Nov 15, 2024
1 parent d157a8e commit 5794898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions components/radio/adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}


Expand Down
4 changes: 2 additions & 2 deletions main/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5794898

Please sign in to comment.