"""Reset script for the cc3200 boardsThis is needed to force the board to rebootwith the default WLAN AP settings"""frommachineimportWDTimporttimeimportosmch=os.uname().machineifnot"LaunchPad"inmchandnot"WiPy"inmch:raiseException("Board not supported!")wdt=WDT(timeout=1000)print(wdt)time.sleep_ms(900)