Skip to content

Commit

Permalink
Increase bulk timeout in SX driver to support older SXV-M25C which ta…
Browse files Browse the repository at this point in the history
…kes 14 seconds (#11)

unbinned.
  • Loading branch information
bluthen authored and knro committed Oct 28, 2019
1 parent 56999fe commit 29fea0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indi-sx/sxccdusb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
#define BULK_OUT 0x0001

#define BULK_COMMAND_TIMEOUT 2000
#define BULK_DATA_TIMEOUT 10000
#define BULK_DATA_TIMEOUT 20000 //Older SXV-M25C takes 14s unbinned

#ifdef __arm__
#define CHUNK_SIZE (4 * 1024 * 1024)
Expand Down

0 comments on commit 29fea0e

Please sign in to comment.