Change third robot team number to 9984
We need to do this because the phoenix pro season pass license requires
all extra robots which don't have our team number to have an off-season
demo team number (9970-9999)
Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
Change-Id: I173b48b86b5fbe2de65ed2f8bf577228b6c94f67
diff --git a/y2023_bot3/constants.h b/y2023_bot3/constants.h
index 50c982a..73ac7cf 100644
--- a/y2023_bot3/constants.h
+++ b/y2023_bot3/constants.h
@@ -14,7 +14,7 @@
namespace y2023_bot3 {
namespace constants {
-constexpr uint16_t kThirdRobotTeamNumber = 8971;
+constexpr uint16_t kThirdRobotTeamNumber = 9984;
struct Values {
static const int kZeroingSampleSize = 200;