diff --git a/README.md b/README.md index 29b3caeb7..b28895442 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ If Numworks goes through here and finds a feature they want to implement by defa ## Some new features - Symbolic calculation -- Blue LED in exam mode +- White, green, blue or yellow LED in exam mode - More Brightness steps (16 instead of 5) - All molar masses (chemistry) diff --git a/scripts/config.mak b/scripts/config.mak index 99a2ea948..964ef8411 100644 --- a/scripts/config.mak +++ b/scripts/config.mak @@ -4,7 +4,7 @@ PLATFORM ?= device DEBUG ?= 0 EPSILON_VERSION ?= 11.2.0 -EPSILON_CUSTOM_VERSION ?= 1.5 +EPSILON_CUSTOM_VERSION ?= 1.6 EPSILON_ONBOARDING_APP ?= 1 # Valid values are "none", "update", "beta" EPSILON_BOOT_PROMPT ?= none