Skip to content

Commit

Permalink
V5
Browse files Browse the repository at this point in the history
variant 1
with LO + 90450000 Hz for F1AIA
  • Loading branch information
joseluu committed May 24, 2019
1 parent 8b8b14b commit c5eb90d
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 1
#define FIRMWARE_ENGINEERING_VARIANT 2

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 = 21700000;
static long analyzerOffset = 90450000;
static bool trackingGeneratorEnabled = false;

void analyzerStandbyLedOn(bool newState)
Expand Down

0 comments on commit c5eb90d

Please sign in to comment.