Update apps

This commit is contained in:
Willy-JL
2023-07-26 02:08:35 +02:00
parent 18bb2a35f7
commit 356a4678d6
78 changed files with 1492 additions and 761 deletions

View File

@@ -38,7 +38,7 @@ void send_serial_command_send(ESerialCommand command) {
break;
default:
return;
}
};
furi_hal_uart_tx(FuriHalUartIdUSART1, data, 1);
}
@@ -134,4 +134,4 @@ void send_view_set_data(SendView* send_view, bool connected) {
furi_assert(send_view);
with_view_model(
send_view->view, SendViewModel * model, { model->connected = connected; }, true);
}
}