From 0540504eea4b28eef93b10aff7423145535a8715 Mon Sep 17 00:00:00 2001 From: Andrej Date: Sun, 3 Aug 2025 10:25:56 -0400 Subject: [PATCH] uz801: Correct LED definition comment --- daemon/src/display/uz801.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/src/display/uz801.rs b/daemon/src/display/uz801.rs index 1810029..8f6422c 100644 --- a/daemon/src/display/uz801.rs +++ b/daemon/src/display/uz801.rs @@ -1,6 +1,6 @@ /// Display module for Uz801, light LEDs on the front of the device. -/// DisplayState::Recording => Signal LED is solid blue (wifi LED). -/// DisplayState::Paused => Green LED is solid. +/// DisplayState::Recording => Green LED is solid. +/// DisplayState::Paused => Signal LED is solid blue (wifi LED). /// DisplayState::WarningDetected => Signal LED is solid red. use log::{error, info}; use tokio::sync::mpsc;