friedrith / node-wifi

📶 NodeJS tool to manage wifi (connections, scans)
MIT License
395 stars 161 forks source link

Hard coded time out in linux connect does not fit every need #88

Open Snagnar opened 4 years ago

Snagnar commented 4 years ago

I'm trying to use your great module to connect to an AP launched by an ESP8266. Those tiny chips are not the fastest so connecting to them might take more than the hard coded 10 seconds used in linux-connect.js. Could you please make that configureable through options-object in the parameters?

Thanks!

friedrith commented 4 years ago

Yes this is a good idea. Feel free to create a pull request for this feature.