mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 22:43:45 +02:00
Update LED status patterns and add SVG representations for visual indicators
This commit is contained in:
5
docs/led_patterns/wifi_connecting.svg
Normal file
5
docs/led_patterns/wifi_connecting.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg width="60" height="60" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle id="dot" cx="50" cy="50" r="30" fill="#007aff">
|
||||
<animate attributeName="fill-opacity" values="1;0;1" dur="0.8s" repeatCount="indefinite"/>
|
||||
</circle>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 254 B |
Reference in New Issue
Block a user