#!/bin/bash source .venv/bin/activate port=${1:-/dev/ttyACM0} pio device monitor -b 115200 -p "$port"