Skip to content
Snippets Groups Projects
Commit 6707fc94 authored by Damien George's avatar Damien George
Browse files

esp8266/modnetwork: Allow to press ctrl-C while scan() is running.

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.
parent 84381fa0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment