Skip to content

Commit

Permalink
EMUF - Emu icon, flightControllerIdentifier , srxlWriteString
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Oct 14, 2022
1 parent e86e758 commit f6d312b
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 161 deletions.
4 changes: 2 additions & 2 deletions src/main/build/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

#include "common/utils.h"

#define FC_FIRMWARE_NAME "Betaflight"
#define FC_FIRMWARE_IDENTIFIER "BTFL"
#define FC_FIRMWARE_NAME "EmuFlight"
#define FC_FIRMWARE_IDENTIFIER "EmuF" // case-sensitive to distinguish from legacy EMUF 0.X
#define FC_VERSION_MAJOR 4 // increment when a major release is made (big new feature, etc)
#define FC_VERSION_MINOR 3 // 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
2 changes: 1 addition & 1 deletion src/main/io/displayport_srxl.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static int srxlClearScreen(displayPort_t *displayPort, displayClearOption_e opti
srxlWriteChar(displayPort, col, row, DISPLAYPORT_ATTR_NONE, ' ');
}
}
srxlWriteString(displayPort, 1, 0, DISPLAYPORT_ATTR_NONE, "BETAFLIGHT");
srxlWriteString(displayPort, 1, 0, DISPLAYPORT_ATTR_NONE, "EMUFLIGHT");

if (displayPort->grabCount == 0) {
srxlWriteString(displayPort, 0, 2, DISPLAYPORT_ATTR_NONE, CMS_STARTUP_HELP_TEXT1);
Expand Down
Loading

0 comments on commit f6d312b

Please sign in to comment.