diff --git a/tools/telemetry.c b/tools/telemetry.c index a5cd634..af1bd48 100644 --- a/tools/telemetry.c +++ b/tools/telemetry.c @@ -17,7 +17,7 @@ #endif /* Probe bauds: CP210x chips on ELRS can't hit 921600 exactly. */ -static int const s_probe_bauds[] = {921600, 400000, 420000}; +static int const s_probe_bauds[] = {400000, 420000, 921600}; static int const s_probe_bauds_count = (int)(sizeof(s_probe_bauds) / sizeof(s_probe_bauds[0])); @@ -79,7 +79,7 @@ static void ansi_cursor_up(int n) { /* --------------------------------------------------------------------------- */ #define LINK_STALE_S 3.0f -#define FC_STALE_S 2.0f +#define FC_STALE_S 5.0f typedef enum { STATUS_LIVE,