Przeglądaj źródła

UartTerminal: Fix merge

Willy-JL 2 lat temu
rodzic
commit
f1bfea7d00
2 zmienionych plików z 2 dodań i 3 usunięć
  1. 2 2
      uart_terminal/README.md
  2. 0 1
      uart_terminal/uart_terminal_uart.c

+ 2 - 2
uart_terminal/README.md

@@ -1,4 +1,4 @@
-# UART Terminal for Flipper Zero
+# UART Terminal for Flipper Zero 
 [Flipper Zero](https://flipperzero.one/) app to control various devices via UART interface.
 ## Download fap
 | **FW Official** | **FW Unleashed** |
@@ -42,7 +42,6 @@ Copy the contents of the repository to the applications_user/uart_terminal folde
 
 Or use the tool [uFBT](https://github.com/flipperdevices/flipperzero-ufbt) for building applications for Flipper Zero.
 
-Download ready [fap](https://github.com/playmean/fap-list)
 
 ## How it works
 
@@ -53,6 +52,7 @@ Download ready [fap](https://github.com/playmean/fap-list)
 ![2f](https://user-images.githubusercontent.com/122148894/211161456-4d2be15b-4a05-4450-a62e-edcaab3772fd.jpg)
 
 
+![4f](https://user-images.githubusercontent.com/122148894/211161461-4507120b-42df-441f-9e01-e4517aa83537.jpg)
 
 ## INFO:
 

+ 0 - 1
uart_terminal/uart_terminal_uart.c

@@ -48,7 +48,6 @@ static int32_t uart_worker(void* context) {
         }
     }
 
-    furi_hal_uart_set_irq_cb(UART_CH, NULL, NULL);
     furi_stream_buffer_free(uart->rx_stream);
 
     return 0;