From 7aa786493b327fe3196480500cfbe20f08e8e22d Mon Sep 17 00:00:00 2001 From: Pierrick C Date: Fri, 3 Aug 2018 18:29:21 +0200 Subject: [PATCH] Delete unnneeded code to disable GPS --- circuitpython/code/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/circuitpython/code/main.py b/circuitpython/code/main.py index 5984f5d..b06140c 100644 --- a/circuitpython/code/main.py +++ b/circuitpython/code/main.py @@ -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: