This commit is contained in:
MX
2023-07-20 22:00:49 +03:00
parent 3f08d861e9
commit 906de7d9e7
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
#include "spectrum_analyzer_worker.h"
typedef struct {
uint16_t center_freq;
uint32_t center_freq;
uint8_t width;
uint8_t band;
uint8_t vscroll;
@@ -447,7 +447,7 @@ int32_t spectrum_analyzer_app(void* p) {
SpectrumAnalyzerModel* model = spectrum_analyzer->model;
uint8_t vstep = VERTICAL_SHORT_STEP;
uint8_t hstep;
uint32_t hstep;
bool exit_loop = false;

View File

@@ -41,7 +41,7 @@
#define WIDE_STEP 5000
#define NARROW_STEP 1000
#define ULTRAWIDE_STEP 20000
#define ULTRANARROW_STEP 1000
#define ULTRANARROW_STEP 500
#define PRECISE_STEP 100
/* margin in KHz */