From a2573d7e0ada9e601273fa37308f16c90cd662ae Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 7 Aug 2021 13:26:05 -0400 Subject: rename 'sensing' indicator to 'signal' --- watch-library/watch/watch.c | 2 +- watch-library/watch/watch.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/watch-library/watch/watch.c b/watch-library/watch/watch.c index 5d046925..e4f210f1 100644 --- a/watch-library/watch/watch.c +++ b/watch-library/watch/watch.c @@ -134,7 +134,7 @@ static const uint64_t Segment_Map[] = { static const uint8_t Num_Chars = 10; static const uint32_t IndicatorSegments[6] = { - SLCD_SEGID(0, 17), // WATCH_INDICATOR_SENSING + SLCD_SEGID(0, 17), // WATCH_INDICATOR_SIGNAL SLCD_SEGID(0, 16), // WATCH_INDICATOR_BELL SLCD_SEGID(2, 17), // WATCH_INDICATOR_PM SLCD_SEGID(2, 16), // WATCH_INDICATOR_24H diff --git a/watch-library/watch/watch.h b/watch-library/watch/watch.h index 0f70890c..6711353c 100644 --- a/watch-library/watch/watch.h +++ b/watch-library/watch/watch.h @@ -110,7 +110,7 @@ void _watch_init(); /// @{ typedef enum WatchIndicatorSegment { - WATCH_INDICATOR_SENSING = 0, + WATCH_INDICATOR_SIGNAL = 0, WATCH_INDICATOR_BELL, WATCH_INDICATOR_PM, WATCH_INDICATOR_24H, -- cgit v1.2.3