Anders Sandblad
Anders Sandblad
Jira actually have this configurable so I assume organisations does actually have these kinds of services. For us I made some quick php-hack to get avatars from our LDAP and...
Hmm, is there anything preventing two users overwriting each others changes currently, like some sort of lock? @her001 It may actually be possible with the draw.io-component, if one uses the...
I don't follow how you would like this to work. Do you want to go to draw.io for creating your drawings and then saving them to Nextcloud from there?
This is fixed in below PR https://github.com/arduino-libraries/ArduinoHttpClient/pull/125 However, the time could be reduced even more, the client tries several times until data is returned.
I've tested these patches and can confirm MAX_SOCK_NUM works. I did not get SPI SPEED at 64MHz, 32Mhz or 28MHz working. 26MHz worked though. (Using ESP32 and w5500/Wiz820io) Thank you...
Why not even lower delay, such as 5 or 10 ms? The code just loops and waits for this delay.
I'm not sure I understand the question. But you could use the tool below to generate the contents, that is the easiest way. https://openslab-osu.github.io/bearssl-certificate-utility/ Then paste the output to the...
Ah, so want to convert a PEM-formatted root certificate on the device itself. That is not impossible, but you have to write some code yourself that converts a PEM-formatted certificate...
I'm just a user of this project, I don't have the skill to write that feature :)
Well, I could probably do it if you pay me. I came across this library which seems to have the cert in pem format: https://github.com/govorox/SSLClient