From: Joey Castillo Date: Sun, 18 May 2025 03:21:31 +0000 (-0400) Subject: light sensor: add warning to documentation X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=7faa2656f40b75170279746404fefa51c60cac3c;p=sensor-watch.git light sensor: add warning to documentation --- diff --git a/watch-faces/sensor/light_sensor_face.h b/watch-faces/sensor/light_sensor_face.h index 29ee4cb..5032bdd 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. * */