Skip to content

Commit

Permalink
Merge pull request #517 from deXol/master
Browse files Browse the repository at this point in the history
Increase init messages delay further for testing
  • Loading branch information
limpkin authored Nov 24, 2019
2 parents 0032b5a + 05ea6e9 commit 6b656ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MPDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ private slots:
EXPORT_IS_BLE_INDEX = 14,
EXPORT_BLE_USER_CATEGORIES_INDEX = 15
};
static constexpr int RESET_SEND_DELAY = 1000;
static constexpr int RESET_SEND_DELAY = 2000;
static constexpr int INIT_STARTING_DELAY = RESET_SEND_DELAY + 150;
static constexpr int STATUS_STARTING_DELAY = RESET_SEND_DELAY + 500;
};
Expand Down

0 comments on commit 6b656ba

Please sign in to comment.