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://average.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2b51d5b0a8f6a6f8fb934473611b9bfddd38cabf;hp=eddf4ce28e6b3ccf841f9628fa0d4f783bb18e94;p=loctrkd.git 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):