jpschewe / fll-sw

FIRST Lego League scoring software
http://jpschewe.github.io/fll-sw/
GNU General Public License v2.0
10 stars 7 forks source link

Duplicate scores in Most Recent Scores scoreboard frame #1106

Closed jpschewe closed 1 year ago

jpschewe commented 1 year ago

When scores come in they are always added to the most recent scores. Instead this needs to check for the score already being in the table and if it is, remove it; then do the add. This requires keeping track of the team number and the run number.