mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Bug fix
This commit is contained in:
parent
25ba2f1391
commit
cafc4fdec4
@ -154,6 +154,12 @@ void MorseView::on_tx_progress(const uint32_t progress, const bool done) {
|
|||||||
text_tx_duration.set("wait");
|
text_tx_duration.set("wait");
|
||||||
progressbar.set_max(loop);
|
progressbar.set_max(loop);
|
||||||
progressbar.set_value(0);
|
progressbar.set_value(0);
|
||||||
|
|
||||||
|
if (loopthread) {
|
||||||
|
chThdRelease(loopthread);
|
||||||
|
loopthread = nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
loopthread = chThdCreateFromHeap(NULL, 1024, NORMALPRIO, loopthread_fn, this);
|
loopthread = chThdCreateFromHeap(NULL, 1024, NORMALPRIO, loopthread_fn, this);
|
||||||
} else {
|
} else {
|
||||||
tx_view.set_transmitting(false);
|
tx_view.set_transmitting(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user