Skip to content

Commit 76fe8d6

Browse files
committed
Update ground station
1 parent 6f4b756 commit 76fe8d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
adafruit-circuitpython-asyncio @ git+https://github.com/adafruit/[email protected]
22
adafruit-circuitpython-rfm==1.0.3
33
adafruit-circuitpython-ticks==1.1.1
4-
proveskit-ground-station @ git+https://github.com/proveskit/[email protected]
4+
pysquared-ground-station @ git+https://github.com/proveskit/pysquared@d1b22be#subdirectory=circuitpython-workspaces/ground-station

src/ground-station/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import board
22
import digitalio
33
from busio import SPI
4-
from lib.proveskit_ground_station.proveskit_ground_station import GroundStation
4+
from lib.ground_station.ground_station import GroundStation
55
from lib.pysquared.cdh import CommandDataHandler
66
from lib.pysquared.config.config import Config
77
from lib.pysquared.hardware.busio import _spi_init

0 commit comments

Comments
 (0)