From 7faa2656f40b75170279746404fefa51c60cac3c Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 17 May 2025 23:21:31 -0400 Subject: [PATCH] light sensor: add warning to documentation --- watch-faces/sensor/light_sensor_face.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/watch-faces/sensor/light_sensor_face.h b/watch-faces/sensor/light_sensor_face.h index 29ee4cb0..5032bdd9 100644 --- a/watch-faces/sensor/light_sensor_face.h +++ b/watch-faces/sensor/light_sensor_face.h @@ -32,6 +32,9 @@ * LIGHT SENSOR PLAYGROUND * * Temporary watch face for playing with the light sensor. + * WARNING: This watch face may not play nicely with watch faces that use the ADC in the background, + * such as the temperature logger. More improvement and testing needs to be done before this is can + * be considered a production-ready watch face. * */