Common main

This commit is contained in:
Eden Kirin
2025-10-09 14:11:07 +02:00
parent 724f116ed2
commit 0a29898bf4
4 changed files with 95 additions and 3 deletions

View File

@ -1,6 +1,6 @@
run-pelican:
@ uv run python pelican.py --port /dev/ttyUSB0 --baud 115200
@ uv run python main.py pelican --port /dev/ttyUSB0 --baud 115200
run-glory:
@ uv run python glory.py --port /dev/ttyUSB0 --baud 115200
@ uv run python main.py glory --port /dev/ttyUSB0 --baud 115200