Add a simple warning if you're using OSX with a GreaseWeazle and select a

/dev/tty file rather than a /dev/cu one (the /dev/tty files usually don't work).
This commit is contained in:
dg
2021-12-04 20:57:53 +00:00
parent c88ff973b1
commit 78a070bd99
2 changed files with 5 additions and 1 deletions

View File

@@ -45,5 +45,4 @@ private:
std::stringstream _stream;
};
#endif