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