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
40 stars 38 forks source link

Application ends if logs over 24 hours #1064

Open patrickelectric opened 9 months ago

patrickelectric commented 9 months ago

The problem is that the log was limited to work with a full 24 log using QTimer and fromMSecsSinceStartOfDay.

We should move to unix time and date.