From a5d4a4f1bb0f12eaa81809a935ab1aa3021309ce Mon Sep 17 00:00:00 2001 From: Felipe <60966475+fevieira27@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:22:23 +0000 Subject: [PATCH] Add files via upload --- source/AnalogView.mc | 1 - 1 file changed, 1 deletion(-) diff --git a/source/AnalogView.mc b/source/AnalogView.mc index ed9d532..3294819 100644 --- a/source/AnalogView.mc +++ b/source/AnalogView.mc @@ -85,7 +85,6 @@ class AnalogView extends WatchUi.WatchFace if (Storage.getValue(12) == null) { Storage.setValue(12, 22); } //small length data field 2 if (Storage.getValue(17) == null) { Storage.setValue(17, 22); } //small length data field 3 if (Storage.getValue(21) != null) { Storage.deleteValue(21); } // temporary removal of "checks" array, until a new variable is needed - if (Storage.getValue(23) != null) { Storage.deleteValue(23); } // temporary removal of MtbA version check, until a new variable is needed } }