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.
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:Manually entering the command
ifconfig wlan0via an SSH session works without any problems.Downgrading from 0.1.0 to 0.0.16 resolves the issue for me.