Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Nov 28, 2024
1 parent 1416965 commit a42327f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/application/external/ook_editor/ui_ook_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void OOKEditorAppView::start_tx() {

// `stop_tx` method: Stops the transmission and resets the progress bar.
void OOKEditorAppView::stop_tx() {
//TODO: mdel stopped but message still spamming.
//TODO: model stopped but message still spamming.
is_transmitting = false; // set transmitting flag
stop_ook_file_tx(); // stop transmission
progressbar.set_value(0); // Reset progress bar to 0
Expand Down

0 comments on commit a42327f

Please sign in to comment.