ESP8266TrueRandom
ESP8266TrueRandom copied to clipboard
ESPAsyncWebServer => yield error
Hello, if I call random generation inside request processing callback, esp8266 fails:
seems like it's because 'yield' inside request processing: "You can not use yield or delay or any function that uses them inside the callbacks"
Can it be fixed?