Me No Dev
Me No Dev
@Jason2866 feel free to open a backport :) We do not guarantee that another 2.0.x will be released though. As you know, best case would be to be fixed in...
The IDE has no way to read your custom partition scheme before running the build and take the partition size into account. That is why you select a larger partition...
esptool has no way to relay that info back to the IDE
Please try with 3.0.1
https server will be added in the next major version of Arduino
You need to change code anyway. You were using ESP-IDF APIs before and you either have to update to the new ESP-IDF APIs or use our library from now on.
I have not tested with your particular pins, but this sketch works fine on our end. I use it almost daily. Can you verify the pins? Also maybe try removing...
You are using IDF now too. Just abstracted to Arduino
What I am trying to say is that Arduino is also using IDF so the code should work and it does work for us. We have tested W5500 quite a...
@vkfive how do you detect the inversion? In other words, how can we replicate this case? When you say inverted, do you mean that the sample values are inverted (and...