Skip to content

Commit

Permalink
Spectrum analyzer, more frequency steps
Browse files Browse the repository at this point in the history
  • Loading branch information
egzumer committed Dec 19, 2023
1 parent 88f3537 commit 13b6bb0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/spectrum.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ static const uint8_t U8RssiMap[] = {
};

static const uint16_t scanStepValues[] = {
1, 10, 50, 100,

250, 500, 625, 833, 1000, 1250, 2500, 10000,
1, 10, 50, 100, 250, 500, 625, 833,
1000, 1250, 1500, 2000, 2500, 5000, 10000,
};

static const uint16_t scanStepBWRegValues[] = {
Expand Down Expand Up @@ -110,7 +109,10 @@ typedef enum ScanStep {
S_STEP_8_33kHz,
S_STEP_10_0kHz,
S_STEP_12_5kHz,
S_STEP_15_0kHz,
S_STEP_20_0kHz,
S_STEP_25_0kHz,
S_STEP_50_0kHz,
S_STEP_100_0kHz,
} ScanStep;

Expand Down

0 comments on commit 13b6bb0

Please sign in to comment.