mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 11:10:29 +08:00
update alternate firmware for new board color
This commit is contained in:
parent
9cd39cd3e3
commit
bc9b4ce700
|
@ -38,4 +38,6 @@ const watch_face_t watch_faces[] = {
|
||||||
|
|
||||||
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
||||||
|
|
||||||
|
#define SIGNAL_TUNE_DEFAULT
|
||||||
|
|
||||||
#endif // MOVEMENT_CONFIG_H_
|
#endif // MOVEMENT_CONFIG_H_
|
||||||
|
|
|
@ -40,4 +40,6 @@ const watch_face_t watch_faces[] = {
|
||||||
|
|
||||||
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
||||||
|
|
||||||
|
#define SIGNAL_TUNE_DEFAULT
|
||||||
|
|
||||||
#endif // MOVEMENT_CONFIG_H_
|
#endif // MOVEMENT_CONFIG_H_
|
||||||
|
|
|
@ -58,4 +58,6 @@ const watch_face_t watch_faces[] = {
|
||||||
|
|
||||||
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
||||||
|
|
||||||
|
#define SIGNAL_TUNE_DEFAULT
|
||||||
|
|
||||||
#endif // MOVEMENT_CONFIG_H_
|
#endif // MOVEMENT_CONFIG_H_
|
||||||
|
|
|
@ -40,4 +40,6 @@ const watch_face_t watch_faces[] = {
|
||||||
|
|
||||||
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
||||||
|
|
||||||
|
#define SIGNAL_TUNE_DEFAULT
|
||||||
|
|
||||||
#endif // MOVEMENT_CONFIG_H_
|
#endif // MOVEMENT_CONFIG_H_
|
||||||
|
|
|
@ -40,4 +40,6 @@ const watch_face_t watch_faces[] = {
|
||||||
|
|
||||||
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
||||||
|
|
||||||
|
#define SIGNAL_TUNE_DEFAULT
|
||||||
|
|
||||||
#endif // MOVEMENT_CONFIG_H_
|
#endif // MOVEMENT_CONFIG_H_
|
||||||
|
|
|
@ -41,4 +41,6 @@ const watch_face_t watch_faces[] = {
|
||||||
|
|
||||||
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
||||||
|
|
||||||
|
#define SIGNAL_TUNE_DEFAULT
|
||||||
|
|
||||||
#endif // MOVEMENT_CONFIG_H_
|
#endif // MOVEMENT_CONFIG_H_
|
||||||
|
|
|
@ -42,4 +42,6 @@ const watch_face_t watch_faces[] = {
|
||||||
|
|
||||||
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
||||||
|
|
||||||
|
#define SIGNAL_TUNE_DEFAULT
|
||||||
|
|
||||||
#endif // MOVEMENT_CONFIG_H_
|
#endif // MOVEMENT_CONFIG_H_
|
||||||
|
|
|
@ -40,4 +40,6 @@ const watch_face_t watch_faces[] = {
|
||||||
|
|
||||||
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
||||||
|
|
||||||
|
#define SIGNAL_TUNE_DEFAULT
|
||||||
|
|
||||||
#endif // MOVEMENT_CONFIG_H_
|
#endif // MOVEMENT_CONFIG_H_
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
fw_dir="firmware/download"
|
fw_dir="firmware/download"
|
||||||
sim_dir="firmware/simulate"
|
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")
|
variants=("standard" "backer" "alt_time" "deep_space_now" "focus" "the_athlete" "the_backpacker" "the_stargazer")
|
||||||
|
|
||||||
if [ -d "$fw_dir" ] ; then
|
if [ -d "$fw_dir" ] ; then
|
||||||
|
|
|
@ -54,6 +54,8 @@
|
||||||
#include "alt_fw/deep_space_now.h"
|
#include "alt_fw/deep_space_now.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "movement_custom_signal_tunes.h"
|
||||||
|
|
||||||
// Default to no secondary face behaviour.
|
// Default to no secondary face behaviour.
|
||||||
#ifndef MOVEMENT_SECONDARY_FACE_INDEX
|
#ifndef MOVEMENT_SECONDARY_FACE_INDEX
|
||||||
#define MOVEMENT_SECONDARY_FACE_INDEX 0
|
#define MOVEMENT_SECONDARY_FACE_INDEX 0
|
||||||
|
|
|
@ -51,6 +51,5 @@ const watch_face_t watch_faces[] = {
|
||||||
|
|
||||||
/* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options */
|
/* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options */
|
||||||
#define SIGNAL_TUNE_DEFAULT
|
#define SIGNAL_TUNE_DEFAULT
|
||||||
#include "movement_custom_signal_tunes.h"
|
|
||||||
|
|
||||||
#endif // MOVEMENT_CONFIG_H_
|
#endif // MOVEMENT_CONFIG_H_
|
||||||
|
|
Loading…
Reference in a new issue