1
0
forked from me/IronOS

Add field for power pulse

This commit is contained in:
Ben V. Brown
2020-05-22 23:56:40 +10:00
parent 76721d5f0d
commit 65e804e54e
27 changed files with 207 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ extern const uint8_t USER_FONT_6x8[];
* use SettingsShortNames as SettingsShortNames[16][1].. second column undefined
*/
extern const enum ShortNameType SettingsShortNameType;
extern const char *SettingsShortNames[26][2];
extern const char *SettingsDescriptions[26];
extern const char *SettingsShortNames[27][2];
extern const char *SettingsDescriptions[27];
extern const char *SettingsMenuEntries[4];
extern const char *SettingsCalibrationDone;