<Sellerie>
Ok, thats probably a hella dumb question, but I'm trying to do a 1.8V UART using pin 0 and 1. after running `~/.local/bin/glasgow run uart -V 1.8 -b 115200 --pin-rx 0 --pin-tx 1` it just exits with error code 0. I remember getting serial output directly from the command. What am I missing?
<whitequark>
add `tty` on the end
<whitequark>
it should be an error to not specify a subcommand but that requires python 3.7
<Sellerie>
I'm rocking python3.7
<Sellerie>
.3
<whitequark>
yes but glasgow is still compatible with 3.6
<whitequark>
so i can't use features from 3.7
<Sellerie>
Ah, I see
AndroUser2 has joined #glasgow
marcan has quit [Ping timeout: 264 seconds]
marcan has joined #glasgow
AndroUser2 has quit [Ping timeout: 245 seconds]
AndroUser2 has joined #glasgow
AndroUser2 has quit [Ping timeout: 258 seconds]
<_whitenotifier>
[Glasgow] emilazy opened pull request #154: glasgow.applet: use has_required_tools. - https://git.io/fjxAD