summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/watch.h
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-08-07 13:26:05 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-08-07 13:26:05 -0400
commita2573d7e0ada9e601273fa37308f16c90cd662ae (patch)
tree9730d0496c9384c2bc9fdc1aae0f74a0ca8b6c3c /watch-library/watch/watch.h
parentf102be48642235a9d72b2159cc1c32cc83d0de8a (diff)
downloadSensor-Watch-a2573d7e0ada9e601273fa37308f16c90cd662ae.tar.gz
Sensor-Watch-a2573d7e0ada9e601273fa37308f16c90cd662ae.tar.bz2
Sensor-Watch-a2573d7e0ada9e601273fa37308f16c90cd662ae.zip
rename 'sensing' indicator to 'signal'
Diffstat (limited to 'watch-library/watch/watch.h')
-rw-r--r--watch-library/watch/watch.h2
1 files changed, 1 insertions, 1 deletions
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,