Delete unnneeded code to disable GPS
This commit is contained in:
parent
403ff7f550
commit
7aa786493b
@ -249,9 +249,6 @@ if gps_enable:
|
||||
# Turn on the basic GGA and RMC info
|
||||
gps.send_command('PMTK314,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0')
|
||||
gps.send_command('PMTK220,1000') # 1000 ms refresh rate
|
||||
else:
|
||||
print("GPS dis")
|
||||
gps_en_pin = False
|
||||
|
||||
# Integrated Neopixel
|
||||
if data_to_neopixel:
|
||||
|
Loading…
Reference in New Issue
Block a user