Skip to content

Commit aefb0ed

Browse files
committed
Extend VTX Admin disconnect debounce
1 parent 98d4219 commit aefb0ed

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
@@ -21,7 +21,7 @@
2121
// reset between the user switching equipment. This is so we don't get into
2222
// a loop of connect -> send -> write eeprom -> disconnect -> ...
2323
// See https://github.com/ExpressLRS/ExpressLRS/issues/2976
24-
#define VTX_DISCONNECT_DEBOUNCE_MS (1 * 1000)
24+
#define VTX_DISCONNECT_DEBOUNCE_MS (10 * 1000)
2525

2626
static int pitmodeAuxState = PITMODE_NOT_INITIALISED;
2727
static bool sendEepromWrite = true;

0 commit comments

Comments
 (0)