Merge branch 'flipperdevices:dev' into dev

This commit is contained in:
Eng1n33r
2022-04-22 22:20:21 +03:00
committed by GitHub
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ static int32_t subghz_file_encoder_worker_thread(void* context) {
}
//waiting for the end of the transfer
FURI_LOG_I(TAG, "End read file");
while(!furi_hal_subghz_is_async_tx_complete()) {
while(!furi_hal_subghz_is_async_tx_complete() && instance->worker_running) {
osDelay(5);
}
FURI_LOG_I(TAG, "End transmission");