root edit /root/init_setup.sh # Now set up to run in wifi client mode
/usr/bin/wlan.sh
#stopping bluetooth
/etc/init.d/bluetooth stop
# deactivate led
echo 0 > `eval ls /sys/class/leds/*plug*\:red\:wmode/brightness`
echo 0 > `eval ls /sys/class/leds/*plug*\:green\:wmode/brightness`
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.