Nuno Silva
Nuno Silva
friendly ping @vpenso @mtds
Awesome! Thanks for testing @nagimov !
@njh please review and merge :)
Hey @njh ! Any chance of this being merged? :)
@njh thanks for looking into this. Unfortunately it seems TravisCI is [not running](https://travis-ci.com/github/njh/EtherCard/requests): > Could not authorize build request for njh/EtherCard. Maybe you need to login to Travis and re-authorize...
I tried using `PROGMEM` in #399, but unfortunately I wasn't able to make it work. See https://github.com/njh/EtherCard/pull/399#issuecomment-731627907 . Maybe using `__FlashStringHelper` would work, I'm not sure.
Hi @njh! No problem! I agree that the `fromRam` argument is not the best solution and the `FPSTR()` macro does seem like a good idea :)
Hello, Try the persistTcpConnection() function. It's used in the [persistence example sketch](https://github.com/jcw/ethercard/tree/master/examples/persistence) (though it uses HTTP). Unfortunately I don't think we have a pure TCP example sketch, but I hope...
Documentation for the function is available at https://jeelabs.org/pub/docs/ethercard/classEtherCard.html#a5ee4a03e0f5b28bebde97d0426c1ba1a
To receive multicast on the Arduino you need to call `enableMulticast()`: https://github.com/njh/EtherCard/blob/39a118867afd418766d2034ca41dc83119487fe8/src/enc28j60.h#L118-L121 However, your problem seems to be *sending* from the Arduino, right?