diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2023-09-13 14:08:52 -0400 |
---|---|---|
committer | joeycastillo <joeycastillo@utexas.edu> | 2023-09-13 14:08:52 -0400 |
commit | bc9b4ce700d3f12adc0daceaa880e3d638df0c2b (patch) | |
tree | 1311fc766278c349e414471a626fac473813e556 /movement/alt_fw/the_backpacker.h | |
parent | 9cd39cd3e37121502a5d58f8a58bd37331be378e (diff) | |
download | Sensor-Watch-bc9b4ce700d3f12adc0daceaa880e3d638df0c2b.tar.gz Sensor-Watch-bc9b4ce700d3f12adc0daceaa880e3d638df0c2b.tar.bz2 Sensor-Watch-bc9b4ce700d3f12adc0daceaa880e3d638df0c2b.zip |
update alternate firmware for new board color
Diffstat (limited to 'movement/alt_fw/the_backpacker.h')
-rw-r--r-- | movement/alt_fw/the_backpacker.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/alt_fw/the_backpacker.h b/movement/alt_fw/the_backpacker.h index 01af7b06..0a599cff 100644 --- a/movement/alt_fw/the_backpacker.h +++ b/movement/alt_fw/the_backpacker.h @@ -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_ |