we2aresame
Technical User
Anyone can tell me the command use to set LED, for example make the LED show 888 even the box is runing very well, thanks.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
/usr/lib/methods/showled
while [ 0 ]
do
/usr/lib/methods/showled 0x888
sleep 1
/usr/lib/methods/showled
sleep 1
done