WLED was using uint16_t internally to index files, which leads to random behaviour when the real filesize is above 64Kb. Better to use size_t which is the "right" type that can hold the largest possible size.
13 KiB
13 KiB