Skip to content

Commit

Permalink
hdzero - EMUF font variant
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Dec 13, 2023
1 parent e6aab0f commit 005d43d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/io/displayport_hdzero_osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ static mspResult_e hdZeroProcessMspCommand(mspPacket_t *cmd, mspPacket_t *reply,
const uint8_t cmdMSP = cmd->cmd;
reply->cmd = cmd->cmd;
if (cmdMSP == MSP_FC_VARIANT) {
//We advertise as ARDU on this port for the prettier font
sbufWriteData(dst, "ARDU", FLIGHT_CONTROLLER_IDENTIFIER_LENGTH);
//We advertise as EMUF on this port for the prettier font
sbufWriteData(dst, "EMUF", FLIGHT_CONTROLLER_IDENTIFIER_LENGTH);
return MSP_RESULT_ACK;
}

Expand Down

0 comments on commit 005d43d

Please sign in to comment.