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