Skip to content

Commit

Permalink
Revert delay back to 3secs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFPVdev authored and MarioFPVdev committed Nov 2, 2024
1 parent ddc1dd9 commit cd484ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurator.vb
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ err1:
txtFECK.Text = ""
txtFECN.Text = ""

Threading.Thread.Sleep(5000)
Threading.Thread.Sleep(3000)

Dim wfbconf = "wfb.conf"
If Not System.IO.File.Exists(wfbconf) Then
Expand Down

0 comments on commit cd484ab

Please sign in to comment.