Skip to content

Commit e2f5791

Browse files
committed
Update to 25w40
1 parent 19f0384 commit e2f5791

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
@@ -114,8 +114,7 @@
114114
packet_manager,
115115
boot_time,
116116
imu,
117-
# TODO (mikefly123): add back in magnetometer once it is fixed upstream
118-
# magnetometer,
117+
magnetometer,
119118
radio,
120119
error_count,
121120
boot_count,

src/flight-software/repl.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@
100100
packet_manager,
101101
boot_time,
102102
imu,
103-
# TODO (mikefly123): add back in magnetometer once it is fixed upstream
104-
# magnetometer,
103+
magnetometer,
105104
radio,
106105
)
107106

0 commit comments

Comments
 (0)