Skip to content

Commit e652a86

Browse files
committed
Extend VTX Admin disconnect debounce
1 parent 6c6a9ff commit e652a86

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)