move accelerometer and light to sensor, not demo folder

This commit is contained in:
Joey Castillo 2025-05-17 22:19:45 -04:00
parent 4b2c46630e
commit 0e8d9d58c3
5 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,10 @@ SRCS += \
./watch-faces/complication/sunrise_sunset_face.c \
./watch-faces/complication/moon_phase_face.c \
./watch-faces/complication/days_since_face.c \
./watch-faces/demo/accelerometer_status_face.c \
./watch-faces/demo/all_segments_face.c \
./watch-faces/demo/character_set_face.c \
./watch-faces/sensor/accelerometer_status_face.c \
./watch-faces/sensor/light_sensor_face.c \
./watch-faces/sensor/temperature_display_face.c \
./watch-faces/sensor/temperature_logging_face.c \
./watch-faces/sensor/activity_logging_face.c \
@ -19,7 +20,6 @@ SRCS += \
./watch-faces/settings/set_time_face.c \
./watch-faces/settings/preferences_face.c \
./watch-faces/settings/settings_face.c \
./watch-faces/demo/light_sensor_face.c \
./watch-faces/io/chirpy_demo_face.c \
./watch-faces/io/irda_upload_face.c \
# New watch faces go above this line.