Skip to content

Commit a60524b

Browse files
authored
Update PySquared to 25w40 (#30)
* Bump PySquared Version * Update Main to Remove Sleeps * Update to 25w40
1 parent 736addf commit a60524b

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
@@ -132,7 +132,9 @@ def nominal_power_loop():
132132

133133
cdh.listen_for_commands(10)
134134

135-
sleep_helper.safe_sleep(config.sleep_duration)
135+
beacon.send()
136+
137+
cdh.listen_for_commands(config.sleep_duration)
136138

137139
try:
138140
logger.info("Entering main loop")

0 commit comments

Comments
 (0)