Skip to content

Commit

Permalink
V5 variant 3 LO offset 21.4MHz
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluu committed May 26, 2019
1 parent c5eb90d commit 2895114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Inc/Command.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#define FIRMWARE_VERSION 5

#define FIRMWARE_ENGINEERING_VARIANT 2
#define FIRMWARE_ENGINEERING_VARIANT 3

void doInteractive(char c);
void doNWT(unsigned char c);
Expand Down
2 changes: 1 addition & 1 deletion Src/Command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
char firmwareVersion[] = "D6 Simple Spectrum firmware by Jose F1FGV Version " STR(FIRMWARE_VERSION);

static unsigned long delayFactor = 100;
static long analyzerOffset = 90450000;
static long analyzerOffset = 21400000;
static bool trackingGeneratorEnabled = false;

void analyzerStandbyLedOn(bool newState)
Expand Down

0 comments on commit 2895114

Please sign in to comment.