mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-17 19:54:35 -05:00
commit
e75dfdaf2d
@ -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