]> www.average.org Git - loctrkd.git/commitdiff
Do not respond to "Manual positioning"
authorEugene Crosser <crosser@average.org>
Thu, 21 Apr 2022 23:28:08 +0000 (01:28 +0200)
committerEugene Crosser <crosser@average.org>
Thu, 21 Apr 2022 23:28:08 +0000 (01:28 +0200)
gps303/gps303proto.py

index 32aae55970b134409342ad766dfdf17710a7251e..84358fbcb66ee3b750a3dff2e6a4c5cc5b16cf47 100755 (executable)
@@ -347,6 +347,7 @@ class WIFI_POSITIONING(_WIFI_POSITIONING):
 
 class MANUAL_POSITIONING(GPS303Pkt):
     PROTO = 0x80
+    INLINE = False
 
 
 class BATTERY_CHARGE(GPS303Pkt):