Hi to whoever is reading this. just wanted to know about what libraries i could add to allow me to configure web sockets onto my ESP32 C3 Zero board. i only recently started using this board, and i was previously using ESP32 dev module before this. For context i had run a program onto the ESP32 dev module and it was working fine and so i tried using the same program on the C3 zero board with the same libraries but there's an error that shows that some files are missing. these were the libraries i used:
#include <Arduino_JSON.h>
#include <WiFi.h>
#include <WebServer.h>
#include <AsyncTCP.h>
#include <ESPAsyncWebServer.h>