Skip to content
  • Damien George's avatar
    esp8266/modnetwork: Allow to press ctrl-C while scan() is running. · 6707fc94
    Damien George authored
    Ctrl-C will raise a KeyboardInterrupt and stop the scan (although it will
    continue to run in the background, it won't report anything).  If
    interrupted, and another scan() is started before the old one completes
    in the background, then the second scan will fail with an OSError.
    6707fc94