We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883e7f0 commit fdc9298Copy full SHA for fdc9298
main.go
@@ -51,6 +51,7 @@ type SerialMonitor struct {
51
openedPort bool
52
}
53
54
+// NewSerialMonitor will initialize and return a SerialMonitor
55
func NewSerialMonitor() *SerialMonitor {
56
return &SerialMonitor{
57
serialSettings: &monitor.PortDescriptor{
0 commit comments