Final tweaks for release

This commit is contained in:
Nav
2021-04-14 23:18:37 +01:00
parent e79b3a42fb
commit 9fc8ce2b48
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
## Bloom ## 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 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. source code. For information on how to use Bloom, please visit https://bloom.oscillate.io.

View File

@@ -1,4 +1,4 @@
A Linux-based debug interface for embedded systems development. A debug interface for embedded systems development on Linux..
Usage: Usage:
bloom [ENVIRONMENT_NAME/COMMAND] bloom [ENVIRONMENT_NAME/COMMAND]

View File

@@ -35,7 +35,7 @@ void InsightWorker::startup() {
this->eventDispatchTimer = new QTimer(this); this->eventDispatchTimer = new QTimer(this);
QTimer::connect(this->eventDispatchTimer, &QTimer::timeout, this, &InsightWorker::dispatchEvents); QTimer::connect(this->eventDispatchTimer, &QTimer::timeout, this, &InsightWorker::dispatchEvents);
this->eventDispatchTimer->start(50); this->eventDispatchTimer->start(5);
this->eventManager.triggerEvent( this->eventManager.triggerEvent(
std::make_shared<Events::InsightStateChanged>(ThreadState::READY) std::make_shared<Events::InsightStateChanged>(ThreadState::READY)