Skip to content

Commit

Permalink
Updating simple packet coms version
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Mar 28, 2019
1 parent baf26af commit e63d2d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
implementation "com.neuronrobotics:SimplePacketComsJava:0.8.4"
implementation "com.neuronrobotics:SimplePacketComsJava:0.9.2"
//implementation project(":SimplePacketComsJava")

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public void addIR() {
}
public static List<RBE2001Robot> get(String name,int myPID) throws Exception {
HashSet<InetAddress> addresses = UDPSimplePacketComs.getAllAddresses(name);

ArrayList<RBE2001Robot> robots = new ArrayList<>();
if (addresses.size() < 1) {
System.out.println("No " + RBE2001Robot.class.getSimpleName() + " found named " + name);
Expand Down

0 comments on commit e63d2d5

Please sign in to comment.