Skip to content

Commit

Permalink
feat: allow T20V2 internal ELRS max baud to go up to 5.25M (#4970)
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc authored May 6, 2024
1 parent dd9a620 commit 4ce3441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/telemetry/crossfire.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const uint32_t CROSSFIRE_BAUDRATES[] = {
5250000,
};

#if defined(RADIO_TPRO) || defined(RADIO_TPROV2) || defined(RADIO_FAMILY_T20)
#if defined(RADIO_TPRO) || defined(RADIO_TPROV2) || defined(RADIO_T20)
#define CROSSFIRE_MAX_INTERNAL_BAUDRATE DIM(CROSSFIRE_BAUDRATES) - 3
#else
#define CROSSFIRE_MAX_INTERNAL_BAUDRATE DIM(CROSSFIRE_BAUDRATES) - 1
Expand Down

0 comments on commit 4ce3441

Please sign in to comment.