mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-22 13:01:00 -05:00
Fix BLE TX warning, regenerate bitmap.hpp (#2762)
* fix 'progress' variable warning, added a TODO * up to date bitmap.hpp file, soundboard icon
This commit is contained in:
parent
29bba4d0ea
commit
29bdc539a3
2 changed files with 40 additions and 0 deletions
|
|
@ -293,6 +293,8 @@ void BLETxView::on_timer() {
|
|||
}
|
||||
|
||||
void BLETxView::on_tx_progress(const bool done, uint32_t progress) {
|
||||
// TODO: make use of progress variable
|
||||
(void)progress;
|
||||
if (done) {
|
||||
if (is_active()) {
|
||||
transmitter_model.disable();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue