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 98d4219 commit aefb0edCopy full SHA for aefb0ed
src/lib/VTX/devVTX.cpp
@@ -21,7 +21,7 @@
21
// reset between the user switching equipment. This is so we don't get into
22
// a loop of connect -> send -> write eeprom -> disconnect -> ...
23
// See https://github.com/ExpressLRS/ExpressLRS/issues/2976
24
-#define VTX_DISCONNECT_DEBOUNCE_MS (1 * 1000)
+#define VTX_DISCONNECT_DEBOUNCE_MS (10 * 1000)
25
26
static int pitmodeAuxState = PITMODE_NOT_INITIALISED;
27
static bool sendEepromWrite = true;
0 commit comments