6 lines
68 B
Bash
6 lines
68 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source venv/bin/activate
|
||
|
|
||
|
pio device monitor -b 115200
|