We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f137c commit 48af577Copy full SHA for 48af577
1 file changed
server/handler/avnserial.py
@@ -376,6 +376,7 @@ def nmeaInfo():
376
AVNLog.info("exception in receiver %s" % traceback.format_exc())
377
AVNLog.info("stopping handler")
378
self.infoHandler.setInfo(INAME,"stopped", WorkerStatus.INACTIVE)
379
+ self.infoHandler.deleteInfo('reader')
380
381
#a Worker to directly read from a serial line using pyserial
382
#on windows use an int for the port - e.g. use 4 for COM5
0 commit comments