ESP icon indicating copy to clipboard operation
ESP copied to clipboard

Create serial port selection menu for output-only BaseInputSerialStream uses.

Open damellis opened this issue 8 years ago • 0 comments

Right now, we only create the serial port selection menu if the ASCIISerialStream is used as the input stream (and there's no serial port specified in its constructor). We should also generate the serial port selection menu if the ASCIISerialStream is used only as an output stream (and no serial port is specified in the code).

damellis avatar Jun 23 '16 21:06 damellis