Merge pull request #297 from GullCode/soundboard_app_warning_fix

added a voided var
This commit is contained in:
Erwin Ried 2021-01-28 00:14:55 +01:00 committed by GitHub
commit dd0042b5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,6 +130,7 @@ void SoundBoardView::start_tx(const uint32_t id) {
}*/
void SoundBoardView::on_tx_progress(const uint32_t progress) {
(void)progress ; // avoid warning
//progressbar.set_value(progress);
}