Fixed a bug in the async interface. Wrote an async example
This commit is contained in:
parent
713084cd9d
commit
36757f2091
|
|
@ -7,9 +7,9 @@ package examples;
|
||||||
public class Config {
|
public class Config {
|
||||||
|
|
||||||
|
|
||||||
public static final String USERNAME = "adept";
|
public static final String USERNAME = "admin";
|
||||||
public static final String PASSWORD = "tzrx21j";
|
public static final String PASSWORD = "";
|
||||||
public static final String HOST = "196.44.35.96";
|
public static final String HOST = "10.0.1.3";
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue