File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff 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
2120download-libraries : download-libraries-flight-software download-libraries-ground-station
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments