Skip to content

Commit c9fdbc8

Browse files
committed
Update to 25w40
1 parent 8e28e03 commit c9fdbc8

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PYSQUARED_VERSION ?= v2.0.0-alpha-25w39
1+
PYSQUARED_VERSION ?= v2.0.0-alpha-25w40
22
PYSQUARED ?= git+https://github.com/proveskit/pysquared@$(PYSQUARED_VERSION)\#subdirectory=circuitpython-workspaces/flight-software
33
BOARD_MOUNT_POINT ?= ""
44
BOARD_TTY_PORT ?= ""

src/flight-software/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@
121121
uhf_packet_manager,
122122
boot_time,
123123
imu,
124-
# TODO (mikefly123): add back in magnetometer once it is fixed upstream
125-
# magnetometer,
124+
magnetometer,
126125
uhf_radio,
127126
sband_radio,
128127
error_count,

src/flight-software/repl.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ def get_temp(sensor):
130130
uhf_packet_manager,
131131
time.monotonic(),
132132
imu,
133-
# TODO (mikefly123): add back in magnetometer once it is fixed upstream
134-
# magnetometer,
133+
magnetometer,
135134
uhf_radio,
136135
sband_radio,
137136
)

0 commit comments

Comments
 (0)