Skip to content

Commit b2e9357

Browse files
committed
fix pytrack2
1 parent b9aeb7b commit b2e9357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shields/pytrack_2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from machine import RTC
2020
from machine import SD
2121
from L76GNSS import L76GNSS
22-
from pytrack import Pytrack
22+
from pycoproc_2 import Pycoproc
2323

2424
pycom.heartbeat(False)
2525
pycom.rgbled(0x0A0A08) # white
@@ -35,7 +35,7 @@
3535
utime.timezone(7200)
3636
print('Adjusted from UTC to EST timezone', utime.localtime(), '\n')
3737

38-
py = Pytrack()
38+
py = Pycoproc()
3939

4040
time.sleep(1)
4141
l76 = L76GNSS(py, timeout=30, buffer=512)

0 commit comments

Comments
 (0)