mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 13:48:35 -07:00
Update apps
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user