]> git.earman.xyz Git - sensor-watch.git/commitdiff
update alternate firmware for new board color
authorjoeycastillo <joeycastillo@utexas.edu>
Wed, 13 Sep 2023 18:08:52 +0000 (14:08 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Wed, 13 Sep 2023 18:08:52 +0000 (14:08 -0400)
movement/alt_fw/alt_time.h
movement/alt_fw/backer.h
movement/alt_fw/deep_space_now.h
movement/alt_fw/focus.h
movement/alt_fw/the_athlete.h
movement/alt_fw/the_backpacker.h
movement/alt_fw/the_stargazer.h
movement/alt_fw/timers.h
movement/make/make_alternate_fw.sh
movement/movement.c
movement/movement_config.h

index 8108bcf3a60b350238055ec92d4a3cf801ff837a..956928d7e449138a75b30977b6743fe50462a9d6 100644 (file)
@@ -38,4 +38,6 @@ const watch_face_t watch_faces[] = {
 
 #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
 
+#define SIGNAL_TUNE_DEFAULT
+
 #endif // MOVEMENT_CONFIG_H_
index 3abcf457454bfbb6ba9b0bd5bc846a02d930ac56..d41f567ddba61e6e71a49660189ed1dea3cde3c4 100644 (file)
@@ -40,4 +40,6 @@ const watch_face_t watch_faces[] = {
 
 #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
 
+#define SIGNAL_TUNE_DEFAULT
+
 #endif // MOVEMENT_CONFIG_H_
index 6cb34237ebf7b20879b5150761b83390bbff7da5..d2096a693f67a08eb5f661134a93c04268c55dca 100644 (file)
@@ -58,4 +58,6 @@ const watch_face_t watch_faces[] = {
 
 #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
 
+#define SIGNAL_TUNE_DEFAULT
+
 #endif // MOVEMENT_CONFIG_H_
index ab5525a58dbc44edd659a7d5ba971697a39c8142..a8fd57361b45d39f3084d3c9b0a4884181a7516a 100644 (file)
@@ -40,4 +40,6 @@ const watch_face_t watch_faces[] = {
 
 #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
 
+#define SIGNAL_TUNE_DEFAULT
+
 #endif // MOVEMENT_CONFIG_H_
index 5d9d95299f7786faa30af7e6a16063896c5a1988..660a304cd8dffee666ff7780abcfc187064a1fa5 100644 (file)
@@ -40,4 +40,6 @@ const watch_face_t watch_faces[] = {
 
 #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
 
+#define SIGNAL_TUNE_DEFAULT
+
 #endif // MOVEMENT_CONFIG_H_
index 01af7b066050b1ad59793e8673027432964cb1f1..0a599cffac1f37248f99b7a31f08c59cb90d11d3 100644 (file)
@@ -41,4 +41,6 @@ const watch_face_t watch_faces[] = {
 
 #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
 
+#define SIGNAL_TUNE_DEFAULT
+
 #endif // MOVEMENT_CONFIG_H_
index a13dc3aca17246b224e106a6116131464025818a..844c6807fdb8029c5541ff17096131194f76084e 100644 (file)
@@ -42,4 +42,6 @@ const watch_face_t watch_faces[] = {
 
 #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
 
+#define SIGNAL_TUNE_DEFAULT
+
 #endif // MOVEMENT_CONFIG_H_
index c4d27f5048e35227541f4bdbe317d09a55537ced..4d36c6641c705adccecfb3bb9052330a385762bb 100644 (file)
@@ -40,4 +40,6 @@ const watch_face_t watch_faces[] = {
 
 #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
 
+#define SIGNAL_TUNE_DEFAULT
+
 #endif // MOVEMENT_CONFIG_H_
index 24d9e63a6f6019885987ead036807bc88cad64a6..c65e72d3ebc61a53e21bf114ab428cbf0dd99c38 100755 (executable)
@@ -2,7 +2,7 @@
 
 fw_dir="firmware/download"
 sim_dir="firmware/simulate"
-colors=("green" "blue")
+colors=("green" "blue" "red")
 variants=("standard" "backer" "alt_time" "deep_space_now" "focus" "the_athlete" "the_backpacker" "the_stargazer")
 
 if [ -d "$fw_dir" ] ; then
index 0a5ac2e4f665a9fc3d85772061a2a64147345095..0c6ed31978c6076122be9215a12cda29129797f7 100644 (file)
@@ -54,6 +54,8 @@
 #include "alt_fw/deep_space_now.h"
 #endif
 
+#include "movement_custom_signal_tunes.h"
+
 // Default to no secondary face behaviour.
 #ifndef MOVEMENT_SECONDARY_FACE_INDEX
 #define MOVEMENT_SECONDARY_FACE_INDEX 0
index 1bd1513304b4c30941168ef36204a71b3128d2de..6a7f87e00a8e621b542dd710471d8a839ae09dec 100644 (file)
@@ -51,6 +51,5 @@ const watch_face_t watch_faces[] = {
 
 /* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options */
 #define SIGNAL_TUNE_DEFAULT
-#include "movement_custom_signal_tunes.h"
 
 #endif // MOVEMENT_CONFIG_H_