Skip to content

Commit

Permalink
Removed the 200ms delay between library version query frame and hardw…
Browse files Browse the repository at this point in the history
…are connection notification
  • Loading branch information
isso committed May 17, 2016
1 parent c896b24 commit ba85e52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## v2.1.3(160517) (May 17, 2016)
- Made the maximum time to receive a library frame 3 seconds instead of 2.
- Added a 200ms delay between the library frames during firmware initialization.

## v2.1.2(160424) (April 24, 2016)
- Fixed a bug where BLE connection attempts get stuck in progress indefinitely sometimes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1278,11 +1278,6 @@ private void sendInitializationFrames() {
sendUnMuteFrame();
sendBaudRateQueryFrame();
sendLibraryVersionQueryFrame();
try {
Thread.sleep(200);
} catch (InterruptedException ignored) {
Thread.currentThread().interrupt();
}
notifyHardwareOfConnection();
}

Expand Down

0 comments on commit ba85e52

Please sign in to comment.