Commit ce313283 authored by Don Gagne's avatar Don Gagne

Search faster to not miss bootloader

parent a48b1192
......@@ -96,7 +96,7 @@ private:
QextSerialPort* _bootloaderPort;
QTimer* _timerRetry;
QTime _elapsed;
static const int _retryTimeout = 1000;
static const int _retryTimeout = 100;
bool _foundBoard; ///< true: board is currently connected
bool _findBoardFirstAttempt; ///< true: this is our first try looking for a board
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment