[1.3] Increase Brightness steps (from 5 to 16)

This commit is contained in:
Quentin Guidée
2019-08-10 21:07:40 +02:00
parent 2770e41d7e
commit 312da83bcc
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ public:
#endif
int brightnessLevel() const { return m_brightnessLevel; }
void setBrightnessLevel(int brightnessLevel);
constexpr static int NumberOfBrightnessStates = 5;
constexpr static int NumberOfBrightnessStates = 15;
private:
GlobalPreferences() :
m_language(I18n::Language::EN),

View File

@@ -4,7 +4,7 @@ PLATFORM ?= device
DEBUG ?= 0
EPSILON_VERSION ?= 11.2.0
EPSILON_CUSTOM_VERSION ?= 1.2
EPSILON_CUSTOM_VERSION ?= 1.3
EPSILON_ONBOARDING_APP ?= 1
# Valid values are "none", "update", "beta"
EPSILON_BOOT_PROMPT ?= none