Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dashboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
egorguslyan
Dashboard
Commits
badd95dd
Verified
Commit
badd95dd
authored
3 years ago
by
egorguslyan
Browse files
Options
Downloads
Patches
Plain Diff
Service desk shared string
parent
86070cac
No related branches found
No related tags found
1 merge request
!7
Sync README
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dashboard/strings.h
+3
-1
3 additions, 1 deletion
Dashboard/strings.h
with
3 additions
and
1 deletion
Dashboard/strings.h
+
3
−
1
View file @
badd95dd
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment