tobozo / ESP32-ENC28J60

ENC28J60 Ethernet driver for ESP32-Arduino 2.0.x / 3.0.x, lwip compliant
MIT License
26 stars 8 forks source link

Librart working for platform = espressif32@3.5.0 #6

Closed simogaspa84 closed 1 year ago

simogaspa84 commented 1 year ago

Hi @tobozo ...

How are you?

I know we have already talked about this and you told me that i have to use a higner version for the platform.. I did it and it worked... Thanks.. But now I am struggling this the PubSubClient lib which is a very used lib for the mqtt purpose.

https://github.com/knolleary/pubsubclient/issues/947

image

It is not clear why that lib is not working with a higher version of the platform and it seems that I am not alone..

So just for my understanding I would like to understand how big is the effort to make the lib works for 3.5.0 or maybe you have an idea why the pubsubclient lib is not working with 5.0.0..

Thanks a lot for your tips and help

tobozo commented 1 year ago

hi, for some reason I didn't get a notification for this issue :roll_eyes:

I have no idea what that PubSub problem is, rolling back to an older version doesn't sound like a solid solution though.

You may be interested by those libraries:

closing this as not an ENC28J60 issue