Skip to content

Commit

Permalink
bump firmware minor version and config version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-tenma-white committed Oct 13, 2020
1 parent f02787b commit 32077fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ typedef int64_t freqHz_t;

#define VERSION "git"
#define FIRMWARE_MAJOR_VERSION 1
#define FIRMWARE_MINOR_VERSION 1
#define FIRMWARE_MINOR_VERSION 2
#define CH_KERNEL_VERSION "None"
#define PORT_COMPILER_NAME "gcc"
#define PORT_ARCHITECTURE_NAME "arm"
Expand Down Expand Up @@ -245,7 +245,7 @@ struct uistat_t {
bool marker_delta;
};

#define CONFIG_MAGIC 0x8008123a
#define CONFIG_MAGIC 0x8008123b


static inline bool is_freq_for_adf4350(freqHz_t freq)
Expand Down

1 comment on commit 32077fd

@zarath
Copy link

@zarath zarath commented on 32077fd Nov 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I'll close my bug regarding the version number updates!

Please sign in to comment.