Skip to content

Commit

Permalink
This app now works with Unleashed! See ROGUE-MASTER.NET for the BEST …
Browse files Browse the repository at this point in the history
…FLIPPER FIRMWARE!
  • Loading branch information
RogueMaster committed Feb 23, 2024
1 parent 3ff705e commit 7a01dc9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion evil_portal_app_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@
#include <gui/view_dispatcher.h>
#include <gui/view_stack.h>
#include <dialogs/dialogs.h>

#if __has_include(<cfw/cfw.h>)
#include <cfw/cfw.h>
#define UART_CH (cfw_settings.uart_esp_channel)
#else
#define UART_CH (FuriHalSerialIdUsart)
#endif

#define NUM_MENU_ITEMS (6)

#define EVIL_PORTAL_TEXT_BOX_STORE_SIZE (4096)
#define UART_CH (cfw_settings.uart_esp_channel)

#define SET_HTML_CMD "sethtml"
#define SET_AP_CMD "setap"
Expand Down

0 comments on commit 7a01dc9

Please sign in to comment.