stm32: update stabilizer IP address override

* Affected by 2144af5bcd .
pull/42/head
Harry Ho 2021-02-02 12:16:10 +08:00
parent 726ee7aa82
commit 6fe5a903b9
1 changed files with 2 additions and 2 deletions

View File

@ -57,9 +57,9 @@ in
src = <stabilizerSrc>;
patchPhase = ''
substituteInPlace src/hardware/configuration.rs \
--replace "IpAddress::v4(10, 0, 16, 99)" \
--replace "IpAddress::v4(10, 34, 16, 103)" \
"IpAddress::v4(192, 168, 1, 76)" \
--replace "Ipv4Address::new(10, 0, 16, 1)" \
--replace "Ipv4Address::new(10, 34, 16, 1)" \
"Ipv4Address::new(192, 168, 1, 1)"
'';
};