Skip to content

Commit

Permalink
Merge pull request #65 from RoboCup-MSL/update_robocup2024
Browse files Browse the repository at this point in the history
Added ERA and BigHeroX to the team list (msl_teams.json)
  • Loading branch information
jorritolthuis authored Jul 6, 2024
2 parents 75386cc + 440f649 commit b7959b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions mslrb2015/data/msl_teams.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,17 +371,17 @@
"MulticastAddr": "224.16.32.84"
},
{
"longame24": "n.a.",
"longame24": "ERA",
"UnicastAddr": "172.16.85.*",
"Team": "n.a.",
"shortname8": "n.a.",
"Team": "ERA",
"shortname8": "ERA",
"MulticastAddr": "224.16.32.85"
},
{
"longame24": "n.a.",
"longame24": "BigHeroX",
"UnicastAddr": "172.16.86.*",
"Team": "n.a.",
"shortname8": "n.a.",
"Team": "BigHeroX",
"shortname8": "BigHeroX",
"MulticastAddr": "224.16.32.86"
},
{
Expand Down
2 changes: 1 addition & 1 deletion mslrb2015/mslrb2015.pde
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import krister.Ess.*;
import org.json.*;

public static final String MSG_VERSION="2.1";
public static final String MSG_VERSION_MSG="(RoboCup 2023)";
public static final String MSG_VERSION_MSG="(RoboCup 2024)";
public static final String MSG_WINDOWTITLE="RoboCup MSL RefBox - "+MSG_VERSION+" "+MSG_VERSION_MSG;
public static final String MSG_HALFTIME="End Current Part ?";
public static final String MSG_RESET="Reset Game ?";
Expand Down

0 comments on commit b7959b6

Please sign in to comment.