We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6a9ff commit e652a86Copy full SHA for e652a86
src/lib/VTX/devVTX.cpp
@@ -20,7 +20,7 @@
20
// reset between the user switching equipment. This is so we don't get into
21
// a loop of connect -> send -> write eeprom -> disconnect -> ...
22
// See https://github.com/ExpressLRS/ExpressLRS/issues/2976
23
-#define VTX_DISCONNECT_DEBOUNCE_MS (1 * 1000)
+#define VTX_DISCONNECT_DEBOUNCE_MS (10 * 1000)
24
25
extern Stream *TxBackpack;
26
static int pitmodeAuxState = PITMODE_NOT_INITIALISED;
0 commit comments