Delete unnneeded code to disable GPS

This commit is contained in:
Pierrick C 2018-08-03 18:29:21 +02:00
parent 403ff7f550
commit 7aa786493b
1 changed files with 0 additions and 3 deletions

View File

@ -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: