File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ to disable the inclusion of error strings in the build. Calls to `tf_err_str` wi
2626
2727- libtinyfseq only supports FSEQ versions v2.x versions, with the schema initially released in 2018. Older v1.x files
2828 can be upgraded using the [ xLights] ( https://github.com/smeighan/xLights ) program.
29- - To minimize dependencies, libtinyfseq does not support compressed FSEQ files as may use either
30- [ zstd] ( https://github.com/facebook/zstd ) or [ zlib] ( https://www.zlib.net )
29+ - To minimize dependencies, libtinyfseq does not support compressed FSEQ files as they may use both
30+ [ zstd] ( https://github.com/facebook/zstd ) and [ zlib] ( https://www.zlib.net )
3131 compression. Compressed FSEQ files can be pre-decompressed using the [ xLights] ( https://github.com/smeighan/xLights )
3232 program, or you may decompress the data buffer yourself using an additional library before passing it to
3333 libtinyfseq.
You can’t perform that action at this time.
0 commit comments