I have had multiple customers with issues on the Epix Gen 2 where the watch face will switch to another watch face when going into always on mode.
Details:
- The Tempo watch face is available on the Venu 2/2s as well and only has the issue on Epix Gen 2.
- This issue appears to only interact with the "EPIX 2 CG" watch face
Main watch face (Tempo):
https://apps.garmin.com/en-US/apps/863e9f3e-d08a-45f5-b64d-73dce4f85c2a
Watch face that appears in always on mode (EPIX 2 CG):
https://apps.garmin.com/en-US/apps/0e3e87aa-1f04-42d8-a8b7-8bc4c9c859e2
Here is my code to switch to always on mode:
function onExitSleep() {
Application.Storage.setValue("SleepMode","NO");
WatchUi.requestUpdate();
}