Ewald Comhaire
Ewald Comhaire
I hope I am not hijacking this issue, by sharing a similar experience. My code was running fine on ArduinoJson 5.11.x (with some minor code changes, e.g. added bufferedprint to...
The update function worked perfectly until 3.0.5, but seems not to work for more recent versions. Update to versions 3.0.6/7/8 are no longer happening as it looks like the Squirrel...
Thanks for the response. Initially I created patch code for both absolute and relative paths. But absolute paths have a challenge with arrays as you have to code against both...
I have a Pavilion 15-cs0xxx. Attached is the config I created using the ec-probe tool. The explanation on how to do it yourself is excellent, but not without risk. The...
See my answer here[](https://github.com/hirschmann/nbfc/issues/1240) for Pavilion 15-cs0xxx. Ewald
[Take a look here](https://github.com/hirschmann/nbfc/issues/1240), it may work for your config as well.
> The source CSS and font files are simply put into the images directory on the server? Yes, CSS would typically be in same folder (or subfolder) as SVG. With...
> pick up that connection and generate a HTTPClient for it, if somehow possible With the attached patch I seem to be able to pick up the url for all...
Ah, excuse my slow brain. Covid19 infection has done little to improve it. Back to square one...
This patch is getting me a HTTPClient, and the baseURL seems OK. Basically it just extends class HttpResult with the HTTPClient, so it can be passed it on. Probably the...