Commit b6384fef by pye52

Merge branch 'master' into rel-1.3.6

parents 626271f9 472ba581
......@@ -62,6 +62,7 @@ public class SCWebSocketClient extends WebSocketClient {
}
public static void init(URI serverUri, String deviceSN, Gson gson) {
if (instance != null) return;
instance = new SCWebSocketClient(serverUri, deviceSN, gson);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment