#!/bin/sh
# Hard reset the Wifi chip
gpio WiFiPwr set inactive
usleep 100000
gpio WiFiPwr set active
