Skip to content

Commit

Permalink
change code
Browse files Browse the repository at this point in the history
  • Loading branch information
Stew authored and Stew committed Jan 19, 2017
1 parent c5f0b27 commit 754300e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/src/main/java/com/lamps/lamps/util/ControlLight.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
*/

public class ControlLight {
private static final String IP = "192.168.1.1";
private static final int PORT = 5000;


//ip and port set by yourself

private static final String IP = "";
private static final int PORT = 0;
private static TcpClient tcpClient = null;
private static ConnectStateListener listener;

Expand Down

0 comments on commit 754300e

Please sign in to comment.