Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DNP images with > 256 tracks probably could be supported, but this would require changes in multiple places where currently an uint8 is used for the track index. The track count is limited to 255 instead of 256 to avert bugs in loops like for (t=1; t<=get_param(part, LAST_TRACK); t++) { [...] }
- Loading branch information