فهرست منبع

fixed uart_text_input.c for build in ufbt

cool4uma 3 سال پیش
والد
کامیت
6fe0df655a
2فایلهای تغییر یافته به همراه1 افزوده شده و 22 حذف شده
  1. 0 21
      uart_terminal_app_i.h
  2. 1 1
      uart_text_input.c

+ 0 - 21
uart_terminal_app_i.h

@@ -44,27 +44,6 @@ struct UART_TerminalApp {
     bool show_stopscan_tip;
 };
 
-// Supported commands:
-// https://github.com/justcallmekoko/ESP32Marauder/wiki/cli
-//   Scan
-//    -> If list is empty, then start a new scanap. (Tap any button to stop.)
-//    -> If there's a list, provide option to rescan and dump list of targets to select.
-//    -> Press BACK to go back to top-level.
-//   Attack
-//    -> Beacon
-//    -> Deauth
-//    -> Probe
-//    -> Rickroll
-//   Sniff
-//    -> Beacon
-//    -> Deauth
-//    -> ESP
-//    -> PMKID
-//    -> Pwnagotchi
-//   Channel
-//   Update
-//   Reboot
-
 typedef enum {
     UART_TerminalAppViewVarItemList,
     UART_TerminalAppViewConsoleOutput,

+ 1 - 1
uart_text_input.c

@@ -1,6 +1,6 @@
 #include "uart_text_input.h"
 #include <gui/elements.h>
-#include <assets_icons.h>
+#include "uart_terminal_icons.h"
 #include <furi.h>
 
 struct UART_TextInput {