Skip to content
Snippets Groups Projects
Verified Commit badd95dd authored by egorguslyan's avatar egorguslyan
Browse files

Service desk shared string

parent 86070cac
No related branches found
No related tags found
1 merge request!7Sync README
......@@ -6,7 +6,6 @@ const char string_hello[] PROGMEM = "Ghbdtn"; // Привет
const char string_start_prompt[] PROGMEM = "<- Cdfqgyb dktdj"; // Свайпни влево
const char string_pomodoro[] PROGMEM = "Gjvbljh"; // Помидор
const char string_stopped[] PROGMEM = "Jcnfyjdktyyj"; // Остановленно
const char string_service_desk[] PROGMEM = "gitlab+egorguslyan-dashboard-851-issue-@edugit.org";
// Need to make it PROGMEM
const uint64_t langmask[] = {0xFF, 0xFFFC, 0xFF, 0xFFFF, 0};
#else
......@@ -17,4 +16,7 @@ const char string_pomodoro[] PROGMEM = "Pomodoro";
const char string_stopped[] PROGMEM = "Stopped";
#endif
// Shared
const char string_service_desk[] PROGMEM = "gitlab+egorguslyan-dashboard-851-issue-@edugit.org";
const char* const strings[] = {string_hello, string_start_prompt, string_pomodoro, string_stopped, string_service_desk};
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment