Michał Obrembski

Results 18 comments of Michał Obrembski

Same problem is for mijia.vacuum.v2. Tried to force api roidmi and voimi, exactly same errors. Logs to cloud correctly, retrieves device data correctly and then fails to download map (undefined...

> Nice work. Our CI pipeline is out of order at the moment unfortunately, probably due to changes in the Github API. People in the core team are looking at...

It appears that current EthernetClient implementation for Linux GW doesn't support setSocketTimeout. But it think it can be added easily, will try....

I've added implementation of setConnectionTimeout based on setsockopt SO_SNDTIMEO and SO_RCVTIMEO, please have a look. I'm not checking return status for setSockOpt since setting SO_SNDTIMEO and SO_RCVTIMEO is not obligatory...

Unfortunately, still ESP platforms doesnt support connection timeout, and i can't see an option to implement it... So i need to ifdef around that

Hi all, i can see butler assertion: A mail with a patch has been sent to you that, if applied to your PR, will make it follow the MySensors coding...

@mfalkvidd No, i didnt ;) that's why i was asking :) Thanks for link!

> Possible separate "sr_count" for input and output? I'm not sure if it will work, if sr_count will be different then clock cycles for ex. inputs which are less than...

Now good question is how i should deal with coding style for ifaddrs.c? It's borrowed component, i could fix it but then any update from upstream would be painful.