Merge pull request #4044 from jlewin/master

Fix Android build error
This commit is contained in:
Lars Brubaker 2018-11-30 16:06:32 -08:00 committed by GitHub
commit 8fdaf7bfbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,7 +164,7 @@ namespace MatterHackers.SerialPortCommunication.FrostedSerial
{
#if __ANDROID__
//Create an instance of a FrostedSerialPort and open it
IFrostedSerialPort newPort = Create(serialPortName);
IFrostedSerialPort newPort = Create(serialPortName, settings);
newPort.BaudRate = baudRate;
if (DtrEnableOnConnect)