Skip to content

Improved WiFi Resilience

Compare
Choose a tag to compare
@brentru brentru released this 27 Dec 13:50
· 202 commits to master since this release
f7ecc16
  • #103 Add optional fail_fast argument to calling io.run() and io.mqttStatus() from user-code to allow them to return quickly. Thanks @sellensr!

  • #103 Automatically detects WiFi connection failure, attempts a reconnect unless fail_fast is True. Thanks @sellensr!

  • #103 Checks if SSID is an empty string prior to attempting a connection. Thanks @sellensr!