vyhodnocovanie
This commit is contained in:
@@ -492,7 +492,7 @@ namespace Mip
|
||||
string IPaddress = "";
|
||||
PingReply pingReply;
|
||||
|
||||
IPaddress = "192.168.2.12"; //IP Adresa MariaDB pre VLAN1
|
||||
IPaddress = "192.168.1.12"; //IP Adresa MariaDB pre VLAN1
|
||||
|
||||
//ked sa programuje mino firmu aby to hned naslo staticku ip
|
||||
//IPaddress = "87.197.164.107";
|
||||
@@ -505,7 +505,7 @@ namespace Mip
|
||||
}
|
||||
else
|
||||
{
|
||||
IPaddress = "192.168.2.13"; //IP Adresa MariaDB pre VLAN2
|
||||
IPaddress = "192.168.1.13"; //IP Adresa MariaDB pre VLAN2
|
||||
pingReply = pingIP.Send(IPaddress);
|
||||
if (pingReply.Status.ToString() == "Success")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user