Skip to content

Commit 4dba1a8

Browse files
committed
feat: add serialhub implementation for managing serial ports
1 parent 8106c84 commit 4dba1a8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

serial.go serialhub.go

-7
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,8 @@
1818
package main
1919

2020
import (
21-
"encoding/json"
22-
"slices"
2321
"strings"
2422
"sync"
25-
"time"
26-
27-
"github.com/arduino/arduino-create-agent/tools"
28-
discovery "github.com/arduino/pluggable-discovery-protocol-handler/v2"
29-
"github.com/sirupsen/logrus"
3023
)
3124

3225
type serialhub struct {

0 commit comments

Comments
 (0)