kicad not building

This commit is contained in:
Grigory Shipunov 2022-09-25 03:05:28 +02:00
parent badbed8639
commit 22504fc7c5
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
tdesktop tdesktop
signal-desktop signal-desktop
cubicsdr cubicsdr
kicad #kicad
gimp gimp
inkscape inkscape
]; ];

View file

@ -166,21 +166,21 @@
routes = [ routes = [
{ {
routeConfig = { routeConfig = {
Gateway = "172.20.72.4"; Gateway = "172.20.76.225";
Destination = "172.20.72.0/21"; Destination = "172.20.72.0/21";
Metric = 9999; Metric = 9999;
}; };
} }
{ {
routeConfig = { routeConfig = {
Gateway = "172.20.72.4"; Gateway = "172.20.76.225";
Destination = "172.20.90.0/24"; Destination = "172.20.90.0/24";
Metric = 9999; Metric = 9999;
}; };
} }
{ {
routeConfig = { routeConfig = {
Gateway = "172.20.72.4"; Gateway = "172.20.76.225";
Destination = "172.22.99.0/24"; Destination = "172.22.99.0/24";
Metric = 9999; Metric = 9999;
}; };