Max Prokhorov

Results 502 comments of Max Prokhorov

Latency always that high? > Reply from 192.168.50.43: bytes=32 time=491ms TTL=255 Reply from 192.168.50.43: bytes=32 time=88ms TTL=255 Reply from 192.168.50.43: bytes=32 time=769ms TTL=255 Reply from 192.168.50.43: bytes=32 time=214ms TTL=255 Any...

> I suspect the flashing might quietly work it is just no readable. Did the starting address change? Or did LittleFS block-size change? By 'Debug messages' we mean you have...

Where do we get these offsets from? Is it our .ld or something custom? Assuming that you have looked at updater logs and nothing seems suspicious, you can also double-check...

I do see `/action/set` receiving `heartbeat` would schedule one immediately. Heartbeat usually contains `status`, unless disabled via settings / build flags. > Whist LWT is good to alert of subscribers...

(sry for delay) I don't think Server params need to be renamed here? Server method can keep the new name, but Request object can simply use a different method (or...

I meant something like this ```diff diff --git a/libraries/ESP8266WebServer/src/ESP8266WebServer-impl.h b/libraries/ESP8266WebServer/src/ESP8266WebServer-impl.h index f7a95da0..9e6f299a 100644 --- a/libraries/ESP8266WebServer/src/ESP8266WebServer-impl.h +++ b/libraries/ESP8266WebServer/src/ESP8266WebServer-impl.h @@ -581,6 +581,13 @@ void ESP8266WebServerTemplate::_streamFileCore(const size_t fileSize send(200, contentType, emptyString); } +template...

Should it count `%` to definitely know the output size? i.e. `text.length() - (std::count(text.begin(), text.end(), '%') * 2)`

> This might be #8237, can you try and change `wificlient` to `http.getStream()`: Right, clone() copies client ctx but does not share it. Have to remove its self-deletion first (see...

> @mcspr A beta release for now so that community can test and give us feedback before finally releasing all the fixes? Git install is not an option? Both ArduinoIDE...

Can you try these changes to EEPROM source? Enable verbose output in the IDE preferences menu, and then read the build log to find out where our Core and EEPROM...