Skip to content

Releases: msolters/wifi-control-node

v2.0.0

29 Mar 04:03
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-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.