Skip to content
Snippets Groups Projects
Commit e2d9967a authored by rswindell's avatar rswindell
Browse files

Added CrcTimeout and InitTimeout sexyz.ini values.

parent 12080bd6
No related branches found
No related tags found
No related merge requests found
......@@ -197,8 +197,10 @@ Example .ini file (with default values given):
G_Delay=1 ; millisecond yield between sent Ymodem-G blocks
[Zmodem]
InitTimeout=10 ; seconds
SendTimeout=15 ; seconds
RecvTimeout=15 ; seconds
RecvTimeout=20 ; seconds
CrcTimeout=60 ; seconds
BlockSize=1024 ; 1024 is usually best to start with
MaxBlockSize=1024 ; 1024 is "true" Zmodem, 8192 for Zmodem-8K (ZedZap)
MaxErrors=10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment