Skip to content

Commit

Permalink
Final tweaks for release
Browse files Browse the repository at this point in the history
  • Loading branch information
navnavnav committed Apr 14, 2021
1 parent e79b3a4 commit 9fc8ce2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Bloom

** First Beta release to be published by end of April 2021 **
Version 0.0.1 of Bloom can be downloaded at https://bloom.oscillate.io/download.

Bloom is a debug interface for embedded systems development on Linux. This is the official repository for Bloom's
source code. For information on how to use Bloom, please visit https://bloom.oscillate.io.
Expand Down
2 changes: 1 addition & 1 deletion resources/help.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A Linux-based debug interface for embedded systems development.
A debug interface for embedded systems development on Linux..

Usage:
bloom [ENVIRONMENT_NAME/COMMAND]
Expand Down
2 changes: 1 addition & 1 deletion src/Insight/InsightWorker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void InsightWorker::startup() {

this->eventDispatchTimer = new QTimer(this);
QTimer::connect(this->eventDispatchTimer, &QTimer::timeout, this, &InsightWorker::dispatchEvents);
this->eventDispatchTimer->start(50);
this->eventDispatchTimer->start(5);

this->eventManager.triggerEvent(
std::make_shared<Events::InsightStateChanged>(ThreadState::READY)
Expand Down

0 comments on commit 9fc8ce2

Please sign in to comment.