-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77583f7
commit 07460fb
Showing
5 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,12 +36,12 @@ void tz_ui_home_redisplay(uint8_t page); | |
// ----------------------------------------------------------- | ||
// --------------------- SETTINGS MENU ----------------------- | ||
// ----------------------------------------------------------- | ||
#define SETTING_INFO_NB 2 | ||
#define SETTING_INFO_NB 3 | ||
#define SETTINGS_SWITCHES_NB 1 | ||
#define SETTINGS_RADIO_NB 3 | ||
static const char *const infoTypes[] = {"Version", "Developer"}; | ||
static const char *const infoContents[] | ||
= {APPVERSION, "Trilitech Kanvas Limited et al."}; | ||
static const char *const infoTypes[] = {"Version", "Developer", "Contact"}; | ||
static const char *const infoContents[] = { | ||
APPVERSION, "Trilitech Kanvas Limited et al.", "[email protected]"}; | ||
|
||
enum { | ||
EXPERT_MODE_TOKEN = FIRST_USER_TOKEN, | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters