Skip to content

Commit

Permalink
[1.1] Blue led in exam mode
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinguidee committed Aug 10, 2019
1 parent 0e89521 commit 434ab32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/exam_pop_up_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion scripts/config.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 434ab32

Please sign in to comment.