Skip to content

Commit 2ef18a0

Browse files
Update PySquared to 25w40 (#13)
* Bump PySquared Version * Replaced Sleep Helper with CDH Listen * Update pysquared reference * HOTFIX: Remove Magnetometer From Beacon * Update to 25w40 --------- Co-authored-by: Nate Gay <[email protected]>
1 parent 6f4b756 commit 2ef18a0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PYSQUARED_VERSION ?= v2.0.0-alpha-25w34
2-
PYSQUARED ?= git+https://github.com/proveskit/pysquared@$(PYSQUARED_VERSION)
1+
PYSQUARED_VERSION ?= v2.0.0-alpha-25w40
2+
PYSQUARED ?= git+https://github.com/proveskit/pysquared@$(PYSQUARED_VERSION)\#subdirectory=circuitpython-workspaces/flight-software
33
BOARD_MOUNT_POINT ?= ""
44
BOARD_TTY_PORT ?= ""
55
VERSION ?= $(shell git tag --points-at HEAD --sort=-creatordate < /dev/null | head -n 1)

src/flight-software/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ def nominal_power_loop():
140140

141141
cdh.listen_for_commands(10)
142142

143-
sleep_helper.safe_sleep(config.sleep_duration)
143+
beacon.send()
144+
145+
cdh.listen_for_commands(config.sleep_duration)
144146

145147
try:
146148
logger.info("Entering main loop")

0 commit comments

Comments
 (0)