mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 16:48:35 -07:00
Format
This commit is contained in:
@@ -35,8 +35,9 @@ void uart_terminal_scene_console_output_on_enter(void* context) {
|
||||
furi_string_reset(app->text_box_store);
|
||||
app->text_box_store_strlen = 0;
|
||||
|
||||
// app->show_stopscan_tip in the if is just a hack to get the help displayed since there is no commands in this app
|
||||
if(app->show_stopscan_tip || 0 == strncmp("help", app->selected_tx_string, strlen("help"))) {
|
||||
// app->show_stopscan_tip in the if is just a hack to get the help displayed since there is no commands in this app
|
||||
if(app->show_stopscan_tip ||
|
||||
0 == strncmp("help", app->selected_tx_string, strlen("help"))) {
|
||||
const char* help_msg =
|
||||
"Morse Flasher for\nMayhem Fin\n\nBased on UART terminal by\ncool4uma, which is a\nmodified WiFi Marauder\ncompanion by 0xchocolate\n\n";
|
||||
furi_string_cat_str(app->text_box_store, help_msg);
|
||||
|
||||
@@ -27,7 +27,14 @@ const UART_TerminalItem items[NUM_MENU_ITEMS] = {
|
||||
{"Quick message",
|
||||
{"SOS", "CQD", "VVV", "Eureka", "E.T ph...", "what h...", "Mayhem", "Flipper"},
|
||||
8,
|
||||
{"sos", "cqd", "vvv", "eureka", "e.t. phone home", "what hath god wrought!", "let the mayhem begin", "flipper zero in da housa"},
|
||||
{"sos",
|
||||
"cqd",
|
||||
"vvv",
|
||||
"eureka",
|
||||
"e.t. phone home",
|
||||
"what hath god wrought!",
|
||||
"let the mayhem begin",
|
||||
"flipper zero in da housa"},
|
||||
NO_ARGS,
|
||||
FOCUS_CONSOLE_END,
|
||||
NO_TIP},
|
||||
|
||||
Reference in New Issue
Block a user