First commit

adding aas protocol
This commit is contained in:
2024-11-15 13:59:23 +07:00
parent cf2950907a
commit df8e665e15

View File

@@ -18,7 +18,7 @@ public class AASMini {
* @param ip IP Address of the AAS Mini
* @param port Port of the AAS Mini
*/
public AASMini(String ip , int port,){
public AASMini(String ip , int port){
this.targetIP = ip;
this.targetPort = port;