Skip to content

Commit cf8bed4

Browse files
committed
EMUF - Emu icon, flightControllerIdentifier , srxlWriteString
1 parent fe7710c commit cf8bed4

File tree

5 files changed

+166
-161
lines changed

5 files changed

+166
-161
lines changed

src/main/build/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
#include "common/utils.h"
2424

25-
#define FC_FIRMWARE_NAME "Betaflight"
26-
#define FC_FIRMWARE_IDENTIFIER "BTFL"
25+
#define FC_FIRMWARE_NAME "EmuFlight"
26+
#define FC_FIRMWARE_IDENTIFIER "EmuF" // case-sensitive to distinguish from legacy EMUF 0.X
2727
#define FC_VERSION_MAJOR 4 // increment when a major release is made (big new feature, etc)
2828
#define FC_VERSION_MINOR 3 // increment when a minor release is made (small new feature, change etc)
2929
#define FC_VERSION_PATCH_LEVEL 2 // increment when a bug is fixed

src/main/io/displayport_srxl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static int srxlClearScreen(displayPort_t *displayPort, displayClearOption_e opti
7474
srxlWriteChar(displayPort, col, row, DISPLAYPORT_ATTR_NONE, ' ');
7575
}
7676
}
77-
srxlWriteString(displayPort, 1, 0, DISPLAYPORT_ATTR_NONE, "BETAFLIGHT");
77+
srxlWriteString(displayPort, 1, 0, DISPLAYPORT_ATTR_NONE, "EMUFLIGHT");
7878

7979
if (displayPort->grabCount == 0) {
8080
srxlWriteString(displayPort, 0, 2, DISPLAYPORT_ATTR_NONE, CMS_STARTUP_HELP_TEXT1);

0 commit comments

Comments
 (0)