Skip to content

Commit

Permalink
chore: change DEBUG_BAUDRATE to 460800 for TX16S & F16 (#5788)
Browse files Browse the repository at this point in the history
Was previously 400000, which is a "non-standard" baud rate and thus cincompatiable with some software and USB U(S)ART adapters such as the CP210x
  • Loading branch information
wimalopaan authored Jan 19, 2025
1 parent d8efe2d commit df9e313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/targets/horus/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ void telemetryPortInvertedInit(uint32_t baudrate);

// Aux serial port driver
#if defined(RADIO_TX16S) || defined(RADIO_F16)
#define DEBUG_BAUDRATE 400000
#define DEBUG_BAUDRATE 460800
#define LUA_DEFAULT_BAUDRATE 115200
#else
#define DEBUG_BAUDRATE 115200
Expand Down

0 comments on commit df9e313

Please sign in to comment.