bluerobotics / ping-viewer

Ping Viewer is an open-source application to view and record data from the Blue Robotics Ping Echosounder and Ping360 Scanning Sonar.
https://docs.bluerobotics.com/ping-viewer/
GNU General Public License v3.0
42 stars 39 forks source link

Ping360ControlPanel: Add Binding to ping.range to allow reset of the ui interface #967

Closed patrickelectric closed 3 years ago

patrickelectric commented 3 years ago

We loose bind when we change the value in multiple places, to avoid such issue we use the Binding element to do that for us.

Helps #958

Signed-off-by: Patrick José Pereira patrickelectric@gmail.com