mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Update for jart/json.cpp change
This commit is contained in:
@@ -87,10 +87,8 @@ struct MatchDataSender {
|
||||
std::shared_ptr<wpi::nt::NetworkTable> table =
|
||||
wpi::nt::NetworkTableInstance::GetDefault().GetTable("FMSInfo");
|
||||
MatchDataSenderEntry<wpi::nt::StringTopic> typeMetaData{
|
||||
table,
|
||||
".type",
|
||||
kSmartDashboardType,
|
||||
{{"SmartDashboard", kSmartDashboardType}}};
|
||||
table, ".type", kSmartDashboardType,
|
||||
wpi::util::json::object("SmartDashboard", kSmartDashboardType)};
|
||||
MatchDataSenderEntry<wpi::nt::StringTopic> gameData{table, "GameData", ""};
|
||||
MatchDataSenderEntry<wpi::nt::StringTopic> eventName{table, "EventName", ""};
|
||||
MatchDataSenderEntry<wpi::nt::IntegerTopic> matchNumber{table, "MatchNumber",
|
||||
|
||||
Reference in New Issue
Block a user