louissobel
louissobel
### Problem the `String` returned by the `server::arg` methods (like `server::arg("POWER")`) drops out of scope right after its `c_str()` method is called. I'm using a ESP32. That implementation (https://github.com/espressif/arduino-esp32/blob/2.0.14/libraries/WebServer/src/WebServer.cpp#L549) returns...
I added a Syslog integration that enables writing logs to a syslog server via UDP: https://github.com/gysmo38/mitsubishi2MQTT/commit/fc903bc39683719b0e318379b455cbab4e17d27f Would you be interested in me opening up a pull request to merge this...
### Summary - We want to set `SSL_OP_IGNORE_UNEXPECTED_EOF` to deal with Google server TLS implementation - `::HTTPClient` provides no way to do that, not even through global settings - Monkeypatching...