Wifi library discontinued?

Hi. I have been reading that wifi library is not going to be maintained anymore.
WiFi - Arduino Reference
What should we use instead? Which is the substitute? I have seen that everybody uses it.
Thank you.

Where did you see this ?

In the Arduino reference. You can find the link above.

Are you using the Arduino WiFi shield ?

No, I'm not. But I was "studying" a little the library in order to know what I am doind instead of copy-past from other people, and I found that sentence. That's the reason because I am asking about it?

As you are not using the Arduino WiFi shield then you will not be using that library

Which Arduino or third party board do you have ?

Ríght now, I am working with esp32 clone board.

Then you need to use the WiFi library and examples that are installed with the board

That is one of many WiFi libraries. All it means is that the specific hardware that the library works with is no longer made so the software will no longer be enhanced. Whatever hardware you are using will have its own WiFi library.

Ok. Thank you all.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.