Skip to content

Commit

Permalink
refactor: gps help
Browse files Browse the repository at this point in the history
  • Loading branch information
DeimosHall committed Sep 3, 2024
1 parent 183cc76 commit dc744aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/main/modules/gps/gps_screens.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#include "menus_module.h"
#include "oled_screen.h"

char* gps_help_2[] = {
char* gps_help[] = {
"Verify your", "time zone if", "the time is not",
"correct, go to", "`Settings/", "System/Time",
"zone` and", "select the", "correct one.",
};
const general_menu_t gps_help_menu = {.menu_count = 9,
.menu_items = gps_help_2,
.menu_items = gps_help,
.menu_level = GENERAL_TREE_APP_MENU};

void gps_screens_show_help() {
Expand Down

0 comments on commit dc744aa

Please sign in to comment.