How to use WifiS3 library with Giga

Okay, i have a arduino Giga R1 Wifi. i bought it as a little present to myself. I am trying to make a home automation project(sensors like, tempature, humidity, etc) and I want a web server to be able to read the data from my phone(iphone 13 pro). I have looked around it the only library that seems to work is the WifiS3. but the thing is, is that i cant find that library in the library manager(LM). can someone help me pls?

Hi!
The WiFiS3 library is meant to be used with ESP32-S3 modules, the Wi-Fi module on the GIGA is of a different kind and thus you need to use another library. The library you need is bundled together with the GIGA board package, so you already have it installed.

You can find code examples on how to create network sketches on Arduino Docs.

Hope this helps, good luck!

umm, it didn't get installed...