Skip to content

Commit

Permalink
beta 5 variant 4 with IF 10.7MHz for F!AIA experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluu committed Jun 9, 2019
1 parent 2895114 commit cc9e4b2
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 3
#define FIRMWARE_ENGINEERING_VARIANT 4

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

void analyzerStandbyLedOn(bool newState)
Expand Down

0 comments on commit cc9e4b2

Please sign in to comment.