7 lines
158 B
Makefile
7 lines
158 B
Makefile
run-pelican:
|
|
@ uv run python main.py pelican --port /dev/ttyUSB0 --baud 115200
|
|
|
|
|
|
run-glory:
|
|
@ uv run python main.py glory --port /dev/ttyUSB0 --baud 115200
|