Skip to content

Commit 9fc38e6

Browse files
committed
⚠️ add sleep
1 parent 5be1ce6 commit 9fc38e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

serial.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func RunSerial(chclient chan bool, MyID uint32) {
163163

164164
port.Write(sendbytes) //書き込み
165165
//これいる??↓
166-
// time.Sleep(16 * time.Millisecond) //少し待つ
166+
time.Sleep(16 * time.Millisecond) //少し待つ
167167
//log.Printf("Sent %v bytes\n", n) //何バイト送信した?
168168
log.Println(sendbytes) //送信済みのバイトを表示
169169

0 commit comments

Comments
 (0)