This is an old revision of the document!
#change directory to where the LEDs are cd /sys/class/leds/ ls #These are the LEDs available blue:power mt76-phy0 mt76-phy1 yellow:power #turn it off echo "0" > yellow\:power/brightness #turn it on echo "1" > yellow\:power/brightness #turn it off echo "0" > blue\:power/brightness #turn it on echo "1" > blue\:power/brightness
config hardware 'xiaomi_4a_100' option morse_led '/sys/class/leds/blue:power/brightness' option internet_led '/sys/class/leds/yellow:power/brightness' option wifi_led 'led0'
config settings 'settings' option hardware 'xiaomi_4a_100' option id_if 'eth0' option lan_up_file '/tmp/lan_up'
Don't make the name of the hardware section more than 14characters. Longer names break things during deployment.