metageek-llc / inSSIDer-2

inSSIDer 2 Wi-Fi Scanner
www.metageek.net
119 stars 60 forks source link

GPS connection is not closed when exiting. #72

Open LuAPi opened 8 years ago

LuAPi commented 8 years ago

If GPS is in use and the program is closed the COM port remains open. This prevents other programs from using the COM port and also means inSSIDer doesn't close properly.

Here is a patch file to fix the issue: https://github.com/LuAPi/WirelessFireless/commit/629ec90a7f90a79deacdb1462f00da447d19317a.patch Making a pull request is inconvienient as my fork is several commits ahead of this. Perhaps my commit could be cherrypicked? Commit: https://github.com/LuAPi/WirelessFireless/commit/629ec90a7f90a79deacdb1462f00da447d19317a

LuAPi commented 8 years ago

I made a pull request with the changes. https://github.com/metageek-llc/inSSIDer-2/pull/73