Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SCRIPTS/TOOLS/ExpressLRSBind/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local versionOk = loader("/SCRIPTS/ELRS/edgetx_version.lua")()

-- Scheduler constants (getTime() ticks of 10 ms)
local UID_RETRY_TICKS = 50 -- resend an unanswered UID read after 500 ms
local UID_MAX_ATTEMPTS = 6 -- then give up: the device has no MSP config support
local UID_MAX_ATTEMPTS = 12 -- 6s of retries while module reboots
local FOLLOWUP_TICKS = 100 -- settle time before a follow-up after a write

local App = {
Expand Down