mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-15 20:01:54 -07:00
fbt format
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ void uart_terminal_scene_console_output_on_enter(void* context) {
|
||||
|
||||
// Send command with CR+LF or newline '\n'
|
||||
if(app->is_command && app->selected_tx_string) {
|
||||
if(app->TERMINAL_MODE == 1){
|
||||
if(app->TERMINAL_MODE == 1) {
|
||||
uart_terminal_uart_tx(
|
||||
(uint8_t*)(app->selected_tx_string), strlen(app->selected_tx_string));
|
||||
uart_terminal_uart_tx((uint8_t*)("\r\n"), 2);
|
||||
|
||||
Reference in New Issue
Block a user