scottgchin / delta5_race_timer

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

Restore previous 'delta5node.ino' #89

Closed ethomas997 closed 5 years ago

ethomas997 commented 5 years ago

Commit d17dcdf43f90741d451240af1effb84ca40a5932 ("timing server LED") reverts the changes to 'delta5node.ino' that came in via the previous commit d0df60163cc21c1b55e4afff656acef83826c2ed ("Modified node to use freqMhzToRegVal() fn instead of table") for no apparent reason. I think the previous 'delta5node.ino' should be restored.

--ET

scottgchin commented 5 years ago

It was updated because on the LiveTime version, the user can manually input the frequency. If the user submitted a frequency that wasn't in the table the system would lock up. Is there an issue with using the current freqMhzToRegVal() calculation?

scottgchin commented 5 years ago

Nevermind. I see the error. I mistakenly uploaded an older version of the ino file. I will correct.

scottgchin commented 5 years ago

It should be restored now.

ethomas997 commented 5 years ago

Yes, looks good now; thx.