[1.1] Blue led in exam mode

This commit is contained in:
Quentin Guidée
2019-08-10 20:33:45 +02:00
parent 0e89521613
commit 434ab324d3
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ ExamPopUpController::ContentView::ContentView(Responder * parentResponder) :
AppsContainer * container = (AppsContainer *)controller->app()->container();
if (controller->isActivatingExamMode()) {
container->reset();
Ion::LED::setColor(KDColorRed);
Ion::LED::setColor(KDColorBlue);
Ion::LED::setBlinking(1000, 0.1f);
} else {
Ion::LED::setColor(KDColorBlack);

View File

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