1
0
forked from me/IronOS

Add user-adjustable "time between Power Pulses" and "Power Pulse duration"

This commit is contained in:
Devydd
2021-03-16 01:15:05 +01:00
parent 7c4c3da37c
commit c13991cd25
8 changed files with 95 additions and 15 deletions

View File

@@ -12,8 +12,8 @@ extern const uint8_t USER_FONT_12[];
extern const uint8_t USER_FONT_6x8[];
extern const bool HasFahrenheit;
extern const char *SettingsShortNames[31][2];
extern const char *SettingsDescriptions[31];
extern const char *SettingsShortNames[33][2];
extern const char *SettingsDescriptions[33];
extern const char *SettingsMenuEntries[5];
extern const char *SettingsCalibrationDone;