scottgchin / delta5_race_timer

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

Send initial profile values to nodes at startup #65

Closed ethomas997 closed 6 years ago

ethomas997 commented 6 years ago

This modifies the 'delta5server' to send the calibration_threshold / calibration_offset / trigger_threshold values for the current profile in the database out to the nodes when the server starts up. The way it is currently, the values are only sent when a value is changed or a different profile is selected, so the nodes can be at their default values (8/95/40) while the Settings page shows different values.

This was really messing me up until I figured out what was happening; I expect it is also causing trouble for others.

--ET

scottgchin commented 6 years ago

Nice. I've been meaning to fix this. I should be back home tonight and will start reviewing these and get them merged in