Skip to content

v2.0.0

Pre-release
Pre-release

Choose a tag to compare

@msolters msolters released this 29 Mar 04:03
· 3 commits to master since this release

The first version of this package featured some possible infinite loops, mostly while waiting for a wireless interface to adopt certain properties. Those loops have been replaced with timeouts which can be configured with the new setting parameter connectionTimeout (in units of ms).

Code has also been refactored so each OS has its own file.

This version is incompatible with the previous version, as WiFiControl.connectToAP( _ap, cb ) and WiFiControl.resetWiFi( cb ) are now async methods.