Skip to content

Commit

Permalink
⚠️ change port number
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamagoham committed Jun 28, 2024
1 parent 1cb48f0 commit 7814274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllerfeedback.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func controllerFeedback(chctrlfb chan bool) {
// コントローラからの通信をUDPで待ち受ける
serverAddr := &net.UDPAddr{
IP: net.ParseIP("127.0.0.1"),
Port: 50001,
Port: 56940,
}

serverConn, err := net.ListenUDP("udp", serverAddr)
Expand Down

0 comments on commit 7814274

Please sign in to comment.