elims
elims
### Configuration **Operating system**: Windows 10 64bit **PlatformIO Version** (`platformio --version`): Core 4.2.1 Home 3.1.1 ### Description of problem I needed to test some pull request for the Arduino Nano...
Hi Gin66, first of all, thank you very much for the fantastic FastAccelStepper lib. And that you finally convinced me to use the ESP32 chip. I'm using your lib with...
The last days I tried to gain access to the Nordic SDK below the mbed layer. My application needs tight timings and the mbed timers caused to much jitter. Therefore...
What is the recommended way to perform a CORS preflight test? I want to avoid adding a dedicated OPTIONS endpoint to any POST endpoint I have. I tried a special...
Hi, first congratulations to this library. I hope this really becomes a popular alternative to the unstable ESPAsyncWebServer world. This is what everyone has been waiting for. This relates to...
I am using the `filter()` callback to authenticate a Websocket connection. A short lived JWT token is supplied as a search parameter like so: ``` /ws/lightState?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiYWRtaW4iOnRydWV9.7j33pzYbZ-Uf_irNQxzPG7UGTpKMV-VhTPTLA1RV_oM ``` The first issue...