From: Eugene Crosser Date: Thu, 21 Apr 2022 23:28:08 +0000 (+0200) Subject: Do not respond to "Manual positioning" X-Git-Tag: 0.01~46 X-Git-Url: http://www.average.org/gitweb/?p=loctrkd.git;a=commitdiff_plain;h=2b51d5b0a8f6a6f8fb934473611b9bfddd38cabf Do not respond to "Manual positioning" --- diff --git a/gps303/gps303proto.py b/gps303/gps303proto.py index 32aae55..84358fb 100755 --- a/gps303/gps303proto.py +++ b/gps303/gps303proto.py @@ -347,6 +347,7 @@ class WIFI_POSITIONING(_WIFI_POSITIONING): class MANUAL_POSITIONING(GPS303Pkt): PROTO = 0x80 + INLINE = False class BATTERY_CHARGE(GPS303Pkt):