File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
33BOARD_MOUNT_POINT ?= ""
44BOARD_TTY_PORT ?= ""
55VERSION ?= $(shell git tag --points-at HEAD --sort=-creatordate < /dev/null | head -n 1)
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments