Krzysztof Strehlau

Results 8 issues of Krzysztof Strehlau

### Board / hardware Doesn't really matter, affect all ESP32 boards ### Version v2.0.3 ### Description **This is not really a bug to be honest. It's rather small inconsistency that...

Area: BT&Wifi
Status: Needs investigation

This issue is not really related to any board, but directly to the source code, using template is not necessary here. The problem is that WiFi.disconnect function always set SSID...

Looks like there is lack of in the WebSocketsServer destructor. It is: ```cpp WebSocketsServer::~WebSocketsServer() { } ``` but should be: ```cpp WebSocketsServer::~WebSocketsServer() { if (_server) { delete _server; } }...

I would like to ask if there is any reason to use GPL license here? It has a lot of disadvantages when it comes to embedded devices. I suggest going...

stale

Hello, I've encountered an issue with TTS on my custom board with ESP32S3 and MAX9835A. When TTS request is issued, the audio plays too fast and with higher pitch. Other...

#### Platform - Hardware: ESP8266 generic / own PCB - Core Version: Release 3.1.2 - Development Env: Platformio, but it doesn't matter - Operating System: Windows / Linux (I have...

### Board Not strictly related to hardware, so I'm skipping this section ### Description I'm the author of ksIotFrameworkLib (iot library for arduino esp), working extensively with various ESP devices....