From 76d0dd4b904cd3d4c4a90ab39baf8d261bcdb526 Mon Sep 17 00:00:00 2001 From: PhosphorosVR Date: Sun, 7 Sep 2025 13:20:38 +0200 Subject: [PATCH] Remove redundant guidelines for adding LED patterns in README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 079088f..9cd4395 100644 --- a/README.md +++ b/README.md @@ -135,11 +135,6 @@ The firmware uses a small set of LED patterns to indicate status and blocking er | WiFiStateConnected | ![wifi connected](docs/led_patterns/wifi_connected.svg) | notification | 150/150×3 then 600 off | Wi‑Fi connected successfully | | WiFiStateError | ![wifi error](docs/led_patterns/wifi_error.svg) | error | 200/100 500/300 (loop) | Wi‑Fi failed (auth timeout or no AP) | -Guidelines for adding new patterns: -- Keep error patterns short, distinctive, and repeating. -- Reserve long holds (>600ms ON) for critical failures. -- Use non-repeating patterns to acknowledge one-shot events (e.g. successful connection). - - UVC doesn’t appear on the host? - Switch mode to UVC via CLI tool, replug USB and wait 20s.