Skip to content

Instantly share code, notes, and snippets.

@JamesHagerman
Last active August 29, 2015 14:02
Show Gist options
  • Save JamesHagerman/a369606bc6cb34b6a433 to your computer and use it in GitHub Desktop.
Save JamesHagerman/a369606bc6cb34b6a433 to your computer and use it in GitHub Desktop.
add500kbps_to_screen
--- a/src/tty.sh 2014-04-26 09:29:40.000000000 -0700
+++ b/src/tty.sh 2015-08-19 16:49:58.000000000 -0700
@@ -1420,6 +1420,7 @@
IF{B115200} { 17, 115200, B115200 },
IF{B230400} { 18, 230400, B230400 },
IF{B460800} { 19, 460800, B460800 },
+IF{B500000} { 20, 500000, B500000 },
IF{B7200} { 13, 7200, B7200 },
IF{B4800} { 12, 4800, B4800 },
IF{B3600} { 12, 3600, B3600 },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment