Skip to content

fix - allow loading logs over 2GB#22

Open
Jair-F wants to merge 1 commit into
ArduPilot:mainfrom
Jair-F:logs_over_2_gb
Open

fix - allow loading logs over 2GB#22
Jair-F wants to merge 1 commit into
ArduPilot:mainfrom
Jair-F:logs_over_2_gb

Conversation

@Jair-F

@Jair-F Jair-F commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Hey,
currently the plugin supports only bin logs up to 2GB due to the uint32_t/int32_t variable types while reading the log file.
I have log files over 2GB so i changed the datatype to int64_t/uint64_t to support much bigger log files.
Jair

fix allow file size over 4GB

-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant