Browse code

removed build files from repo

Louis authored on02/10/2022 21:33:35
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,25 +0,0 @@
1
-# project  configured on Sun Oct  2 21:19:47 2022 by
2
-# waf 1.7.11 (abi 98, python 20711f0 on linux2)
3
-# using /home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/waf configure
4
-#
5
-Setting top to
6
-/home/louis/pebble-dev/repo_remote/bike_companion
7
-Setting out to
8
-/home/louis/pebble-dev/repo_remote/bike_companion/build
9
-Checking for program webpack
10
-/home/louis/.pebble-sdk/SDKs/current/node_modules/.bin/webpack
11
-find program=['webpack'] paths=['/home/louis/.pebble-sdk/SDKs/current/node_modules/.bin'] var='WEBPACK' -> '/home/louis/.pebble-sdk/SDKs/current/node_modules/.bin/webpack'
12
-Found Pebble SDK for aplite in:
13
-/home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/aplite
14
-Checking for program gcc,cc
15
-arm-none-eabi-gcc
16
-find program=['gcc', 'cc'] paths='' var='CC' -> 'arm-none-eabi-gcc'
17
-Checking for program ar
18
-arm-none-eabi-ar
19
-find program=['ar'] paths='' var='AR' -> 'arm-none-eabi-ar'
Browse code

splitting screen for 2 text layers

Louis authored on02/10/2022 21:30:13
Showing1 changed files
... ...
@@ -1,4 +1,4 @@
1
-# project  configured on Fri Sep 30 22:27:20 2022 by
1
+# project  configured on Sun Oct  2 21:19:47 2022 by
2 2
 # waf 1.7.11 (abi 98, python 20711f0 on linux2)
3 3
 # using /home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/waf configure
4 4
 #
Browse code

fixed string issue on watch and completed GPX builder

louis.jonget authored on30/09/2022 22:28:02
Showing1 changed files
... ...
@@ -1,4 +1,4 @@
1
-# project  configured on Fri Sep 30 18:19:34 2022 by
1
+# project  configured on Fri Sep 30 22:27:20 2022 by
2 2
 # waf 1.7.11 (abi 98, python 20711f0 on linux2)
3 3
 # using /home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/waf configure
4 4
 #
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,25 @@
1
+# project  configured on Fri Sep 30 18:19:34 2022 by
2
+# waf 1.7.11 (abi 98, python 20711f0 on linux2)
3
+# using /home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/waf configure
4
+#
5
+----------------------------------------
6
+Setting top to
7
+/home/louis/pebble-dev/repo_remote/bike_companion
8
+----------------------------------------
9
+Setting out to
10
+/home/louis/pebble-dev/repo_remote/bike_companion/build
11
+----------------------------------------
12
+Checking for program webpack
13
+/home/louis/.pebble-sdk/SDKs/current/node_modules/.bin/webpack
14
+find program=['webpack'] paths=['/home/louis/.pebble-sdk/SDKs/current/node_modules/.bin'] var='WEBPACK' -> '/home/louis/.pebble-sdk/SDKs/current/node_modules/.bin/webpack'
15
+----------------------------------------
16
+Found Pebble SDK for aplite in:
17
+/home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/aplite
18
+----------------------------------------
19
+Checking for program gcc,cc
20
+arm-none-eabi-gcc
21
+find program=['gcc', 'cc'] paths='' var='CC' -> 'arm-none-eabi-gcc'
22
+----------------------------------------
23
+Checking for program ar
24
+arm-none-eabi-ar
25
+find program=['ar'] paths='' var='AR' -> 'arm-none-eabi-ar'