Anyone know if there’s a particular reason that PlaylistEntry.dur is a unit16_t for storing a 1/10th second time? This only allows the duration of a given preset in a playlist be at most 6500ish seconds, or just under 2 hours.
I was going to try and change it to a uint32_t, but was curious if there was a reason for the small value.