Skip to content

Commit e510f9e

Browse files
fix: change a inline ip for another. (Sorry god of programming)
1 parent 4f7ec52 commit e510f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pkg/vehicle/notification.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (vehicle *Vehicle) handlePacketNotification(notification transport.PacketNo
6161

6262
to_ip := strings.Split(notification.To, ":")[0]
6363

64-
if to_ip == "192.168.0.9" || to_ip == "127.0.0.9" {
64+
if to_ip == "192.168.0.10" || to_ip == "127.0.0.9" {
6565
to = "backend"
6666
} else {
6767
to, exists = vehicle.idToBoardName[uint16(notification.Packet.Id())]

0 commit comments

Comments
 (0)