diff options
author | Damien George <damien.p.george@gmail.com> | 2016-05-29 09:53:04 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-05-29 09:53:04 +0100 |
commit | 6707fc94ae1b3b4227c514109b31c2e2eaba67e8 (patch) | |
tree | f1c9f11229d0ed493c426d2d81d27cbb74595315 /docs/esp8266 | |
parent | 84381fa0fc3b8e461042710c5e7c348367ec4772 (diff) | |
download | micropython-6707fc94ae1b3b4227c514109b31c2e2eaba67e8.tar.gz micropython-6707fc94ae1b3b4227c514109b31c2e2eaba67e8.zip |
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.
Diffstat (limited to 'docs/esp8266')
0 files changed, 0 insertions, 0 deletions