Skip to content

Commit ed2d94f

Browse files
committed
A few more changes
1 parent c8fc855 commit ed2d94f

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ help: ## Display this help.
1414
@echo "Creating virtual environment..."
1515
@$(MAKE) uv
1616
@$(UV) venv
17-
@$(UV) pip install --requirement flight-software/pyproject.toml
18-
@$(UV) pip install --requirement ground-station/pyproject.toml
17+
@$(UV) sync
1918

2019
.PHONY: download-libraries
2120
download-libraries: download-libraries-flight-software download-libraries-ground-station

config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@
7373
"transmit_power": 23
7474
},
7575
"modulation": "LoRa",
76-
"receiver_id": 250,
77-
"sender_id": 251,
7876
"start_time": 80000,
7977
"transmit_frequency": 437.4
8078
},

src/flight-software/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
imu = LSM6DSOXManager(logger, i2c1, 0x6B)
9191

92-
sleep_helper = SleepHelper(logger, watchdog, config)
92+
sleep_helper = SleepHelper(logger, config, watchdog)
9393

9494
cdh = CommandDataHandler(logger, config, packet_manager)
9595

0 commit comments

Comments
 (0)