distlibs

Results 3 comments of distlibs

Where you found this "the z compression is not added to the last block". I want to read.

It is direct connection. I added `enableHeartbeat`: ``` void setup() { Serial.begin(9600); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); } Serial.println(WiFi.localIP()); ws.enableHeartbeat(15000, 3000, 2); ws.begin(); ws.onEvent(onEvent); } ``` Problem...

Hi. WiFi events was presented only at beginning: ``` SDK:2.2.2-dev(38a443e)/Core:2.6.3=20603000/lwIP:STABLE-2_1_2_RELEASE/glue:1.2-16-ge23a07e/BearSSL:89454af scandone [WiFi-event] event: 2 scandone state: 0 -> 2 (b0) state: 2 -> 3 (0) state: 3 -> 5 (10)...