Final tweaks for release
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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]
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user