BigW Consortium Gitlab

Commit d86e2a9f by David Clark

Fixed bug forgot to save with update for UART WP76

parent db27bf87
......@@ -9,7 +9,7 @@ mt_wifi_start() {
echo "Setup MT7697 UART";
stty -F /dev/ttyHS0 raw 921600 crtscts ignbrk -echo || exit 127
DEVICE=`cm info | grep Device: | cut -d':' -f2` | sed 's/^ *//g'`
DEVICE=`cm info | grep Device: | cut -d':' -f2 | sed 's/^ *//g'`
echo "Device: "$DEVICE;
if [ $DEVICE = 'WP7603-1' -o $DEVICE = 'WP7603-3' ]; then
echo "Enable power control";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment