1
0
forked from me/IronOS

Updating translations

This commit is contained in:
Ben V. Brown
2021-09-12 19:03:25 +10:00
parent fd0e242488
commit 45116fb7b1
34 changed files with 6186 additions and 9026 deletions

View File

@@ -75,8 +75,11 @@ static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOp
{0, 10, 1, 0}, // PDMissingWarningCounter
{0, 0xFFFF, 0, 41431 /*EN*/}, // UILanguage
{0, 51, 1, 0}, // PDNegTimeout
{0, 2, 1, 0}, // OLEDInversion
{7, 256, 0x08, 51}, // OLEDContrast
};
static_assert((sizeof(settingsConstants) / sizeof(SettingConstants)) == ((int)SettingsOptions::SettingsOptionsLength));
void saveSettings() { flash_save_buffer((uint8_t *)&systemSettings, sizeof(systemSettingsType)); }