MX 2 лет назад
Родитель
Сommit
99478f29d8
5 измененных файлов с 7 добавлено и 2 удалено
  1. 5 0
      README-catalog.md
  2. 2 2
      application.fam
  3. BIN
      img/1.png
  4. BIN
      img/2.png
  5. BIN
      img/3.png

+ 5 - 0
README-catalog.md

@@ -0,0 +1,5 @@
+The UART Terminal application allows you to use UART (Universal Asynchronous Receiver-Transmitter) even without a computer, only with your Flipper Zero:
+
+1. On your Flipper Zero, run the UART Terminal app.
+2. Connect your Flipper Zero to a device that uses the UART  protocol for communication.
+3. Select the desired communication frequency. After that, you can start reading and writing data directly from the application.

+ 2 - 2
application.fam

@@ -10,6 +10,6 @@ App(
     fap_category="GPIO",
     fap_icon_assets="assets",
     fap_author="@cool4uma & (some fixes by @xMasterX)",
-    fap_version="1.0",
-    fap_description="App to control various devices via UART interface.",
+    fap_version="1.1",
+    fap_description="Control various devices via the Flipper Zero UART interface.",
 )