tessel / t2-firmware

Firmware for Tessel 2's SAMD21 coprocessor and related SoC code
Other
95 stars 32 forks source link

WIFI connect regression #237

Open mphasize opened 7 years ago

mphasize commented 7 years ago

After updating the Tessel firmware from 0.0.16 to 0.1.0 I am getting a new error message when attempting to programmatically connect to a WIFI using tessel.network.wifi.connect:

(node:2266) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Command failed: ifconfig wlan0
ifconfig: wlan0: error fetching interface information: Device not found

Manually entering the command ifconfig wlan0 via an SSH session works without any problems. Downgrading from 0.1.0 to 0.0.16 resolves the issue for me.

HipsterBrown commented 7 years ago

I'll look into this. Thanks for letting us know. :+1: