Farbcodierung Status LED Ethernet

This commit is contained in:
2025-05-05 18:08:48 +00:00
parent b5df88201a
commit fb922912ce

8
ethernetstatusled.md Normal file
View File

@@ -0,0 +1,8 @@
# Aktuelle Einstellung der Ethernet Status LED (Front)
```
COLOR_NETDEV_LINK_100="255 255 0" # gelb
COLOR_NETDEV_LINK_1000="0 0 255" # blau
COLOR_NETDEV_LINK_2500="0 255 0" # grün
COLOR_NETDEV_LINK_10000="255 255 255" # weiß
```