This commit is contained in:
Willy-JL
2023-07-28 00:31:58 +02:00
parent 27fb23d4ce
commit 586d63f223
7 changed files with 25 additions and 16 deletions

View File

@@ -19,9 +19,9 @@
#define NUM_MENU_ITEMS (4)
#define EVIL_PORTAL_TEXT_BOX_STORE_SIZE (4096)
#define UART_CH \
#define UART_CH \
(XTREME_SETTINGS()->uart_esp_channel == UARTDefault ? FuriHalUartIdUSART1 : \
FuriHalUartIdLPUART1)
FuriHalUartIdLPUART1)
#define SET_HTML_CMD "sethtml"
#define SET_AP_CMD "setap"