Skip to content
Snippets Groups Projects
Commit afd50716 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Default to *not* adding a delay to X/Ymodem uploads.

parent 0898c565
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3461 passed
......@@ -631,7 +631,7 @@ void xmodem_init(xmodem_t* xm, void* cbdata, long* mode
xm->block_size=XMODEM_MAX_BLOCK_SIZE;
xm->max_block_size=XMODEM_MAX_BLOCK_SIZE;
xm->max_errors=9;
xm->g_delay=1;
xm->g_delay=0;
xm->cbdata=cbdata;
xm->mode=mode;
......
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