Is there a way to enable wifi on device, I always get error: ERROR_SETWIFIENABLED `WifiWizard2.enableWifi().then((info) => { console.log('Device WIFI Enabled',info); }).catch(( error ) => { console.log( 'Could Not Turn On Device Wifi.', error ); });`
Is there a way to enable wifi on device, I always get error:
ERROR_SETWIFIENABLED
WifiWizard2.enableWifi().then((info) => { console.log('Device WIFI Enabled',info); }).catch(( error ) => { console.log( 'Could Not Turn On Device Wifi.', error ); });