From 2b51d5b0a8f6a6f8fb934473611b9bfddd38cabf Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Fri, 22 Apr 2022 01:28:08 +0200 Subject: [PATCH] Do not respond to "Manual positioning" --- gps303/gps303proto.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.43.0