Skip to content

Commit 1d51ceb

Browse files
authored
Merge pull request ExpressLRS#3460 from CapnBry/tooslow-toovtx-3x
Extend VTX Admin disconnect debounce V3
2 parents 6c6a9ff + e652a86 commit 1d51ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/VTX/devVTX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// reset between the user switching equipment. This is so we don't get into
2121
// a loop of connect -> send -> write eeprom -> disconnect -> ...
2222
// See https://github.com/ExpressLRS/ExpressLRS/issues/2976
23-
#define VTX_DISCONNECT_DEBOUNCE_MS (1 * 1000)
23+
#define VTX_DISCONNECT_DEBOUNCE_MS (10 * 1000)
2424

2525
extern Stream *TxBackpack;
2626
static int pitmodeAuxState = PITMODE_NOT_INITIALISED;

0 commit comments

Comments
 (0)