Conversation
Credit goes to @constant-flow for the original idea and structure created for TPM2 playback! wled#2292 Adds support for playback of FSEQ files from xLights or Vixen Includes support for both SD_MMC and SD via SPI (e.g. TTGO devices) Uses FSEQFile class to prevent overlapping functions NOTE: Created REALTIME_MODE_FSEQ using 10 instead of 9 (next available value) to keep compatibility with TPM2RECORD once both are merged
|
Thank you. And please convert into usermod. |
|
:D I was just about to “warn” @drvkmr about the request for a usermod, but Blǎz is fast After the initial PR I created the code as a usermod, but never managed to fully finish and get it merged because of new change requests. Maybe the code is of help #2876 also try to read and follow the comments from @blazoncek in the original and the 2876 PR, so you’re not doing the extra loops as I did. Keep up the good work, many people have boards with SD cards who want such feature. Maybe try to make the usermod format independent, so the few common formats can be added to your usermod (I prepped the 2876 to be extendable like that) |
|
Hello, apologies but this was a mistake - I was simply merging it in my own fork and not sure how this got requested in the main project. I went through the original request and this is definitely not ready to be integrated right now. Will come back with a proper request later. |
Credit goes to @constant-flow for the original idea and structure created for TPM2 playback! #2292
Adds support for playback of FSEQ files from xLights or Vixen Includes support for both SD_MMC and SD via SPI (e.g. TTGO devices) Uses FSEQFile class to prevent overlapping functions
NOTE: Created REALTIME_MODE_FSEQ using 10 instead of 9 (next available value) to keep compatibility with TPM2RECORD once both are merged