No Server.on handling in WiFiNINA.h

I am trying to port my program to MKR1010. In this program which is a webserver I use the statement Server.on with some parameters. This works using perfectly on my M5Stack product using the Webserver.h and WiFi.h.
But when I try to compile the program for MKR1010 with WiFiNINA it says that WiFiServer does not have a member on.

I really would like my server.on routines, it save me a lot of effort in rewriting the program.
Any ideas? Thanks

WiFiServer is not a web server

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