Skip to content

Commit 75aa8af

Browse files
authored
Merge pull request #189 from klutvott123/Increase-smartport-timeout
Increase smartport save timeout
2 parents a74a910 + b2e5992 commit 75aa8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SCRIPTS/BF/protocols.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local supportedProtocols =
1010
maxTxBufferSize = 6,
1111
maxRxBufferSize = 6,
1212
saveMaxRetries = 2,
13-
saveTimeout = 300
13+
saveTimeout = 500
1414
},
1515
crsf =
1616
{

0 commit comments

Comments
 (0)