diff --git a/README.md b/README.md index 9bf69700..61237527 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/resources/help.txt b/resources/help.txt index 8f1c0395..25ce5504 100644 --- a/resources/help.txt +++ b/resources/help.txt @@ -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] diff --git a/src/Insight/InsightWorker.cpp b/src/Insight/InsightWorker.cpp index bf9dbcdb..1377c388 100644 --- a/src/Insight/InsightWorker.cpp +++ b/src/Insight/InsightWorker.cpp @@ -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(ThreadState::READY)