scottgchin / delta5_race_timer

Multi-node video transmitter race timer for drone racing
MIT License
159 stars 62 forks source link

Phonetic time minutes / tenths mod #67

Closed ethomas997 closed 6 years ago

ethomas997 commented 6 years ago

The current 'phonetictime_format(millis)' function ignores the "minutes" part of the time. (Something like 1:23.456 gets called out as "23.45")

This mod makes it call out the total number of seconds; so, for example, 2:05 will be called out as 125 (seconds). This mod also makes it call out only one digit of fractional time (rounded to the nearest tenth), for shorter announcements. So, for example, 1:02.375 will be called out as "62.4"

--ET