mraleson / piku

A small command line utility for managing CircuitPython projects
MIT License
13 stars 3 forks source link

Added command-line argument for baud rate to 'serial' subcommand #8

Open tammymakesthings opened 2 years ago

tammymakesthings commented 2 years ago

Added a -b/--baud command line argument to the piku serial command. The serial connection will default to 115200 baud if this option is omitted.

mraleson commented 2 years ago

Thank you @tammymakesthings sorry about the late reply I have been busy with work. This looks good to me, would you please change the quotes to single instead of double, so they match up with the rest of the project and I will merge asap. Appreciate your contribution.