### What happened?
WLED has been rebooting on me sometimes when selecting a p…laylist. It isn't consistent and I finally figured out how to reproduce. This is running on a QuinLED Diguno with SK6812 and White mode set to Accurate
### To Reproduce Bug
- Open iOS app and connect to lights
- Swipe away from WLED to put app into background
- Lock phone
- Unlock phone
- Reopen WLED which is still connected to lights
- Select Playlist (Presets seem to be fine)
This reboots WLED for me 100% of the time. If I open the app and first back out to the light selection screen and reconnect to my lights I am able to select a playlist without issue.
Side note, selecting a Playlist through HomeAssistant is also a 100% way to trigger a reboot for me, presets work fine.
### Expected Behavior
Playlist is loaded, WLED doesn't reboot.
### Install Method
Binary from WLED.me
### What version of WLED?
0.13.0-b6 build 2112080
### Which microcontroller/board are you seeing the problem on?
ESP32
### Relevant log/trace output
presets.json:
{"0":{} ,"2":{"n":"Rainbow","on":true,"bri":57,"transition":7,"mainseg":0,"seg":[{"id":0,"start":0,"stop":212,"grp":1,"spc":0,"of":0,"on":true,"bri":255,"cct":127,"col":[[255,255,255,0],[0,0,0,0],[0,0,0,0]],"fx":9,"sx":126,"ix":128,"pal":0,"sel":true,"rev":false,"mi":false},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0}]} ,"4":{"playlist":{"ps":[3],"dur":[380],"transition":[7],"repeat":1,"r":false,"end":1},"on":true,"n":"Test"} ,"1":{"n":"Uplighting","on":true,"bri":15,"transition":7,"mainseg":0,"seg":[{"id":0,"start":0,"stop":212,"grp":1,"spc":0,"of":0,"on":true,"bri":255,"cct":127,"col":[[255,255,255,0],[0,0,0,0],[0,0,0,0]],"fx":0,"sx":126,"ix":128,"pal":0,"sel":true,"rev":false,"mi":false},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0}]},"3":{"n":"TetrixWhite","on":true,"bri":15,"transition":7,"mainseg":0,"seg":[{"id":0,"start":0,"stop":212,"grp":1,"spc":0,"of":0,"on":true,"bri":255,"cct":127,"col":[[255,255,255,0],[0,0,0,0],[0,0,0,0]],"fx":44,"sx":115,"ix":164,"pal":0,"sel":true,"rev":false,"mi":false},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0}]}}
### Anything else?
This is 100% not a power issue, there are 212 SK6812 5v LED's connected via a 18a Meanwell power supply and has been run at 100% full white for hours, these presets in the playlist are all low brightness.
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct