zingo / CrazyCapyTime

Cheap race timer and lap counter based on ESP32 and iTag BT tags.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assign 2 (or more?) iTags per perticipant

zingo opened this issue · comments

During 2nd race test one participant managed to turn off the iTag by misstake having two tags per person could fix this.
This would also make "fast" runners that don't stop more likely to be detected.

  • This will need to chanage the database from tag->participants to participant->tags[]
  • The gui should show the dual tag in some way
  • Nice to have: You need to be able to add & assign/change tags to users in the GUI (could also be hardcoded too always use two tags per user)

Initial version with 39ba7c0