Skip to content

Commit

Permalink
added version to help command
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrodude6119 committed Jul 4, 2023
1 parent 8d737c5 commit 9799c6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scenes/evil_portal_scene_console_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ void evil_portal_scene_console_output_on_enter(void *context) {
if (0 == strncmp("help", app->selected_tx_string, strlen("help"))) {
const char *help_msg =
"BLUE = Waiting\nGREEN = Good\nRED = Bad\n\nThis project is a "
"WIP.\ngithub.com/bigbrodude6119/flipper-zero-evil-portal\n\n";
"WIP.\ngithub.com/bigbrodude6119/flipper-zero-evil-portal\n\n"
"Version 0.0.2";
furi_string_cat_str(app->text_box_store, help_msg);
app->text_box_store_strlen += strlen(help_msg);
if (app->show_stopscan_tip) {
Expand Down

0 comments on commit 9799c6b

Please sign in to comment.