Skip to content

Commit

Permalink
Workaround for #173, BlinkyTape with long LED string on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cibomahto committed Jan 16, 2017
1 parent 645b57e commit a90c1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libblinky/blinkytape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

#define MIN_UPDATE_INTERVAL 3

#define WRITE_BUSY_DELAY 2
#define WRITE_CHUNK_DELAY 4
#define WRITE_BUSY_DELAY 10 // Delay before continuing after getting a write busy, in ms
#define WRITE_CHUNK_DELAY 10 // Delay after writing a chunk, in ms
#define CHUNK_SIZE 300

BlinkyTape::BlinkyTape(QSerialPortInfo info, QObject *parent) :
Expand Down

0 comments on commit a90c1db

Please sign in to comment.