• Earle F. Philhower, III's avatar
    Report ::connected() as false when WiFi link drops (#774) · d019f31e
    Earle F. Philhower, III authored
    There may be an issue in the CYW43 driver that causes a link to never be
    reported as going down once it has connected, when it was disassociated or
    when the wlan shuts off unexpectedly.
    
    Work around it by clearing the internal link active in a TCP callback for
    the CYW43 driver.
    
    Reports disconnection properly now, as well as reconnection.
    
    Fixes #762
    d019f31e
WiFiMulti.cpp 2.61 KB