Skip to content

Commit 1995d86

Browse files
committed
fix pytrack
1 parent 755786d commit 1995d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shields/pytrack_1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from machine import RTC
1919
from machine import SD
2020
from L76GNSS import L76GNSS
21-
from pytrack import Pytrack
21+
from pycoproc_1 import Pycoproc
2222

2323
time.sleep(2)
2424
gc.enable()
@@ -31,7 +31,7 @@
3131
utime.timezone(7200)
3232
print('Adjusted from UTC to EST timezone', utime.localtime(), '\n')
3333

34-
py = Pytrack()
34+
py = Pycoproc(Pycoproc.PYTRACK)
3535
l76 = L76GNSS(py, timeout=30)
3636

3737
# sd = SD()

0 commit comments

Comments
 (0)