tessel/t2-firmware

WIFI connect regression

Opened this issue · 1 comments

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.

I'll look into this. Thanks for letting us know. 👍