Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/build/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "common/utils.h"

#define FC_FIRMWARE_NAME "Betaflight" // to be fixed later as a fix now will break things initial version is 5.0.0 so blackbox and everything works
#define FC_FIRMWARE_IDENTIFIER "BTFL"
#define FC_FIRMWARE_IDENTIFIER "EMUF"
#define FC_VERSION_MAJOR 5 // increment when a major release is made (big new feature, etc)
#define FC_VERSION_MINOR 0 // increment when a minor release is made (small new feature, change etc)
#define FC_VERSION_PATCH_LEVEL 1 // increment when a bug is fixed
Expand Down
Loading