Skip to content

Commit

Permalink
⚠️ IMU Reset to Dynamic IP
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamagoham committed Jun 23, 2023
1 parent 5ee67ca commit 2186718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ func IMUReset(chimu chan bool, ourteam int, simmode bool) {

for i := 0; i < 16; i++ {
if robot_online[i] {
ipv4 := "192.168.100." + strconv.Itoa(i+100)
ipv4 := robot_ipaddr[i]
port := "20011"
addr := ipv4 + ":" + port

Expand Down

0 comments on commit 2186718

Please sign in to comment.