Improved WiFi Resilience
-
#103 Add optional
fail_fast
argument to callingio.run()
andio.mqttStatus()
from user-code to allow them to return quickly. Thanks @sellensr! -
#103 Automatically detects WiFi connection failure, attempts a reconnect unless
fail_fast
isTrue
. Thanks @sellensr! -
#103 Checks if SSID is an empty string prior to attempting a connection. Thanks @sellensr!