Juraj Andrássy
Juraj Andrássy
@AcThPaU delete the bundled ArduinoOTA library
WiFiNINA's WiFi.localIP()?
`#include ` for WiFi on RP2040 Connect
I see only two options how to solve remoteIP & co. if they should work for WiFiClientSecure executed over WiFiClient pointer. 1) make remoteIP & co. in WiFiClient virtual as...
but in a perspective of the 3.1.0 release? maybe merge this PR for 3.1.0 and make the larger rewrite for 3.2.0?
if espota were installed as an IDE tool, one could configure it as programmer (and it would be part of referred package problem solution too). examples for the arduinoOTA tool:...
try to select in Tools menu "Erase flash" to "All flash content" for one upload
so the solution is to add ``` arduinoOTA104.program.default=arduinoOTA ``` to definition in programmers.txt for IDE 2 and CLI
I would like to understand SO_RCVTIMEO and SO_SNDTIMEO. Does it make WiFiClient read() and write() blocking? Is it good to have the same timeout for read() (which shouldn't block) as...
> I don't understand, why the read shouldn't block? You may need to wait some time to get the data to read, if data do not come, do timeout. read()...