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:
gullradriel 2025-08-19 07:19:46 +02:00 committed by GitHub
parent 29bba4d0ea
commit 29bdc539a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 40 additions and 0 deletions

View file

@ -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();