1
0
forked from me/IronOS

reverted swap II

This commit is contained in:
discip
2022-01-07 23:26:44 +01:00
committed by GitHub
parent 83f0949690
commit 5e5f1b8d99

View File

@@ -82,8 +82,8 @@ static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOp
{0, 9, 1, 0}, // PDMissingWarningCounter
{0, 0xFFFF, 0, 41431 /*EN*/}, // UILanguage
{0, 50, 1, 20}, // PDNegTimeout
{0, 99, 11, 33}, // OLEDBrightness
{0, 1, 1, 0}, // OLEDInversion
{0, 99, 11, 33}, // OLEDBrightness
};
static_assert((sizeof(settingsConstants) / sizeof(SettingConstants)) == ((int)SettingsOptions::SettingsOptionsLength));