added in-person support

This commit is contained in:
2025-09-20 15:26:19 +02:00
parent 6d9d624510
commit aff4244921
3 changed files with 347 additions and 1 deletions

View File

@ -393,7 +393,7 @@
last = timestamp;
runningWordIndex = 0;
newWord = true;
lastWordStatus = 1;
lastWordStatus = -1; // First word has no previous word
}
const elapsed = timestamp - last;
last = timestamp;