Custom URI
If you want to serve ESP-DASH at a path other than ‘root’ (ie. http://<Your IP>/) then you can use the constructor to supply the path of your choice.
ESPDash dashboard(&server, "/dash");This will result in ESPDash being served at http://<Your IP>/dash.
Last updated on