Browse code

new build from home

Louis Jonget authored on18/03/2023 14:55:56
Showing1 changed files
... ...
@@ -1,45 +1,45 @@
1
-{
2
-  "name": "bike_companion",
3
-  "author": "ljonget@gmail.com",
4
-  "version": "1.0.0",
5
-  "keywords": [
6
-    "pebble-app"
7
-  ],
8
-  "private": true,
9
-  "dependencies": {
10
-    "pebble-clay": "^1.0.0"
11
-  },
12
-  "pebble": {
13
-    "displayName": "bike_companion",
14
-    "uuid": "2553210f-7472-4ca8-8c28-5bc5f0c89610",
15
-    "sdkVersion": "3",
16
-    "enableMultiJS": true,
17
-    "targetPlatforms": [
18
-      "aplite"
19
-    ],
20
-    "watchapp": {
21
-      "watchface": false
22
-    },
23
-    "messageKeys": [
24
-      "distance",
25
-      "avg_speed",
26
-      "duration",
27
-      "latitude",
28
-      "longitude",
29
-      "accuracy",
30
-      "altitude",
31
-      "altitude_accuracy",
32
-      "speed",
33
-      "max_speed",
34
-      "timestamp",
35
-      "status",
36
-      "JSReady"
37
-    ],
38
-    "capabilities": [
39
-      "configurable"
40
-    ],
41
-    "resources": {
42
-      "media": []
43
-    }
44
-  }
45
-}
1
+{
2
+  "name": "bike_companion",
3
+  "author": "ljonget@gmail.com",
4
+  "version": "1.0.0",
5
+  "keywords": [
6
+    "pebble-app"
7
+  ],
8
+  "private": true,
9
+  "dependencies": {
10
+    "pebble-clay": "^1.0.0"
11
+  },
12
+  "pebble": {
13
+    "displayName": "bike_companion",
14
+    "uuid": "2553210f-7472-4ca8-8c28-5bc5f0c89610",
15
+    "sdkVersion": "3",
16
+    "enableMultiJS": true,
17
+    "targetPlatforms": [
18
+      "aplite"
19
+    ],
20
+    "watchapp": {
21
+      "watchface": false
22
+    },
23
+    "messageKeys": [
24
+      "distance",
25
+      "avg_speed",
26
+      "duration",
27
+      "latitude",
28
+      "longitude",
29
+      "accuracy",
30
+      "altitude",
31
+      "altitude_accuracy",
32
+      "speed",
33
+      "max_speed",
34
+      "timestamp",
35
+      "status",
36
+      "JSReady"
37
+    ],
38
+    "capabilities": [
39
+      "configurable"
40
+    ],
41
+    "resources": {
42
+      "media": []
43
+    }
44
+  }
45
+}
Browse code

new UI with more data and cleaning + build

louis.jonget authored on10/11/2022 14:48:43
Showing1 changed files
... ...
@@ -21,6 +21,9 @@
21 21
       "watchface": false
22 22
     },
23 23
     "messageKeys": [
24
+      "distance",
25
+      "avg_speed",
26
+      "duration",
24 27
       "latitude",
25 28
       "longitude",
26 29
       "accuracy",
Browse code

baseline for strava upload

Louis authored on18/10/2022 22:22:24
Showing1 changed files
... ...
@@ -2,7 +2,9 @@
2 2
   "name": "bike_companion",
3 3
   "author": "ljonget@gmail.com",
4 4
   "version": "1.0.0",
5
-  "keywords": ["pebble-app"],
5
+  "keywords": [
6
+    "pebble-app"
7
+  ],
6 8
   "private": true,
7 9
   "dependencies": {
8 10
     "pebble-clay": "^1.0.0"
Browse code

csv to web function and specific timeout for first get location

louis.jonget authored on10/10/2022 10:33:01
Showing1 changed files
... ...
@@ -25,6 +25,7 @@
25 25
       "altitude",
26 26
       "altitude_accuracy",
27 27
       "speed",
28
+      "max_speed",
28 29
       "timestamp",
29 30
       "status",
30 31
       "JSReady"
Browse code

init commit

louis.jonget authored on30/09/2022 18:58:18
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,39 @@
1
+{
2
+  "name": "bike_companion",
3
+  "author": "ljonget@gmail.com",
4
+  "version": "1.0.0",
5
+  "keywords": ["pebble-app"],
6
+  "private": true,
7
+  "dependencies": {
8
+    "pebble-clay": "^1.0.0"
9
+  },
10
+  "pebble": {
11
+    "displayName": "bike_companion",
12
+    "uuid": "2553210f-7472-4ca8-8c28-5bc5f0c89610",
13
+    "sdkVersion": "3",
14
+    "enableMultiJS": true,
15
+    "targetPlatforms": [
16
+      "aplite"
17
+    ],
18
+    "watchapp": {
19
+      "watchface": false
20
+    },
21
+    "messageKeys": [
22
+      "latitude",
23
+      "longitude",
24
+      "accuracy",
25
+      "altitude",
26
+      "altitude_accuracy",
27
+      "speed",
28
+      "timestamp",
29
+      "status",
30
+      "JSReady"
31
+    ],
32
+    "capabilities": [
33
+      "configurable"
34
+    ],
35
+    "resources": {
36
+      "media": []
37
+    }
38
+  }
39
+}