adjust bug in param name

This commit is contained in:
Yeo Kheng Meng
2016-10-25 21:56:08 +08:00
parent f206aa706c
commit 9c121788a6
2 changed files with 1 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ guard arguments.count >= 2 else {
}
let portName = arguments[1]
let serialPort: SerialPort = SerialPort(name: portName)
let serialPort: SerialPort = SerialPort(path: portName)
do {
try serialPort.openPort()

View File

@@ -1,4 +0,0 @@
.DS_Store
/.build
/Packages
/*.xcodeproj