Browse code

fix vibration every minutes on low battery

Louis authored on12/12/2022 18:41:53
Showing1 changed files
... ...
@@ -9,8 +9,7 @@
9 9
         "messageKeys": [],
10 10
         "projectType": "native",
11 11
         "resources": {
12
-            "media": [
13
-                {
12
+            "media": [{
14 13
                     "file": "images/menu_icon.png",
15 14
                     "menuIcon": true,
16 15
                     "name": "IMAGE_MENU_ICON",
... ...
@@ -39,7 +38,6 @@
39 38
         },
40 39
         "sdkVersion": "3",
41 40
         "targetPlatforms": [
42
-            "diorite",
43 41
             "aplite"
44 42
         ],
45 43
         "uuid": "892e12bc-7a3e-411c-ba97-daa492f91088",
... ...
@@ -48,4 +46,4 @@
48 46
         }
49 47
     },
50 48
     "version": "2.1.0"
51
-}
49
+}
52 50
\ No newline at end of file
Browse code

add aplite as pebble hardware

Louis authored on17/10/2021 20:57:00
Showing1 changed files
... ...
@@ -39,7 +39,8 @@
39 39
         },
40 40
         "sdkVersion": "3",
41 41
         "targetPlatforms": [
42
-            "diorite"
42
+            "diorite",
43
+            "aplite"
43 44
         ],
44 45
         "uuid": "892e12bc-7a3e-411c-ba97-daa492f91088",
45 46
         "watchapp": {
Louis authored on25/07/2018 21:41:41
Showing1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,50 @@
1
+{
2
+    "author": "Louis Jonget",
3
+    "dependencies": {},
4
+    "keywords": [],
5
+    "name": "day-night-bt",
6
+    "pebble": {
7
+        "displayName": "Day and Night Earth improved Watchface",
8
+        "enableMultiJS": true,
9
+        "messageKeys": [],
10
+        "projectType": "native",
11
+        "resources": {
12
+            "media": [
13
+                {
14
+                    "file": "images/menu_icon.png",
15
+                    "menuIcon": true,
16
+                    "name": "IMAGE_MENU_ICON",
17
+                    "targetPlatforms": null,
18
+                    "type": "png"
19
+                },
20
+                {
21
+                    "file": "images/WORLD_MONO",
22
+                    "name": "WORLD_MONO",
23
+                    "targetPlatforms": null,
24
+                    "type": "pbi"
25
+                },
26
+                {
27
+                    "file": "images/BT_ko_icon.png",
28
+                    "name": "BT_ko_icon",
29
+                    "targetPlatforms": null,
30
+                    "type": "bitmap"
31
+                },
32
+                {
33
+                    "file": "images/BATTERY",
34
+                    "name": "BATTERY",
35
+                    "targetPlatforms": null,
36
+                    "type": "bitmap"
37
+                }
38
+            ]
39
+        },
40
+        "sdkVersion": "3",
41
+        "targetPlatforms": [
42
+            "diorite"
43
+        ],
44
+        "uuid": "892e12bc-7a3e-411c-ba97-daa492f91088",
45
+        "watchapp": {
46
+            "watchface": true
47
+        }
48
+    },
49
+    "version": "2.1.0"
50
+}