We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76fe8d6 + 2ef18a0 commit dde22ecCopy full SHA for dde22ec
2 files changed
Makefile
@@ -1,5 +1,5 @@
1
-PYSQUARED_VERSION ?= v2.0.0-alpha-25w34
2
-PYSQUARED ?= git+https://github.com/proveskit/pysquared@$(PYSQUARED_VERSION)
+PYSQUARED_VERSION ?= v2.0.0-alpha-25w40
+PYSQUARED ?= git+https://github.com/proveskit/pysquared@$(PYSQUARED_VERSION)\#subdirectory=circuitpython-workspaces/flight-software
3
BOARD_MOUNT_POINT ?= ""
4
BOARD_TTY_PORT ?= ""
5
VERSION ?= $(shell git tag --points-at HEAD --sort=-creatordate < /dev/null | head -n 1)
src/flight-software/main.py
@@ -140,7 +140,9 @@ def nominal_power_loop():
140
141
cdh.listen_for_commands(10)
142
143
- sleep_helper.safe_sleep(config.sleep_duration)
+ beacon.send()
144
+
145
+ cdh.listen_for_commands(config.sleep_duration)
146
147
try:
148
logger.info("Entering main loop")
0 commit comments