You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results on a followon call to MultipleTelemetry.setValue() throwing a NullPointException when it iterates unchecked through the items list which contains 2 items, one of which is null.
The text was updated successfully, but these errors were encountered:
https://github.com/acmerobotics/ftc-dashboard/blob/master/FtcDashboard/src/main/java/com/acmerobotics/dashboard/telemetry/TelemetryPacket.java#L107
This results on a followon call to MultipleTelemetry.setValue() throwing a NullPointException when it iterates unchecked through the items list which contains 2 items, one of which is null.
The text was updated successfully, but these errors were encountered: