mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2026-01-10 02:19:59 +01:00
Update gitignore.
This commit is contained in:
parent
27a7ac4739
commit
e9529080e1
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -24,6 +24,7 @@ bld/
|
|||
|
||||
# Visual Studio 2015 cache/options directory
|
||||
.vs/
|
||||
.vscode/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,6 @@ namespace SharpCAT
|
|||
|
||||
_serialPort.DataReceived += new SerialDataReceivedEventHandler(SerialDataReceived);
|
||||
_serialPort.ErrorReceived += new SerialErrorReceivedEventHandler(SerialErrorReceived);
|
||||
|
||||
}
|
||||
|
||||
private void SerialErrorReceived(object sender, SerialErrorReceivedEventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue