I released a new version of my log viewer today with the following changes:
-
ADDED: Added support for processing Phantom 3 SE flight logs.
-
ADDED: When viewing flight logs for drones with two batteries, the “BATTERY” fields will now be split out into “BATTERY1” and “BATTERY2” fields to display the data for both batteries.
-
CHANGED: The “BATTERY.timesCharged” field is now being populated for most drones.
-
CHANGED: Removed “CUSTOM.date [local]” and “CUSTOM.updateTime [local]” fields from the CSV log. These fields were showing the date/time in EST (the time zone of my web server).
-
CHANGED: Added “CUSTOM.date [UTC]” and “CUSTOM.updateTime [UTC]” fields to the CSV log to show the date/time in UTC.
-
CHANGED: Added “CUSTOM.date” and “CUSTOM.updateTime” fields to the CSV log to show the date/time at the flight location.
-
FIXED: Resolved an issue that was causing times in the “CUSTOM.updateTime” fields to sometimes be off by several milliseconds.