Will Miles
Will Miles
This implementation uses the global JSON document, so it'll follow the same PSRAM behavior of the global document. If you're suggesting that we could store the serialized JSON in PSRAM...
I did consider outright replacing `AsyncJsonResponse`; that might be a good approach for the ArduinoJson v7 WIP branch. `AsyncJsonResponse` is, I think, operating on some assumptions that don't hold up...
This PR isn't the same as the other locking fixes: this one is about storing the serialized JSON output in the web response, but using a chain of small buffers...
> I think 8266 support should really be ended. It was never intended to be used as a general purpose MCU, so while it's amazing what you can do "by...
@sl1txdvd Would you mind sending me a copy of your configuration, from the 'backup configuration' feature? I haven't been able to replicate your issue here on my test setup. I'd...
Thanks, I think that's helped pin it down, I've been able to reproduce the OTA issue here.
> Regarding WDT resets: I have received a word from @willmmiles (whom I consider one of the most technically skilled developers that touched WLED code) that he has traced WDT...
> I need a reminder where the WifiUDP library comes from in WLED. WifiUDP is part of the Arduino framework on ESP8266 and ESP32. (The E131 receiver elsewhere in the...
> > I pulled this PR in to my web server stability working branch and I haven't been able to reproduce the fault yet > > @willmmiles I think the...
> clock speed is set to 'Fastest', WLED crashes after a while if I set to effect DJ Light from the Android app Aha, there it is! Just got one...