Topic: OTA and RemoteXY cloud server
Hi,
Is it possible to set OTA in parallel with cloud server connection ?
For OTA I need to specify a webserver. I have try to had a webserver on port (80), but it doesn't seem to work. My sketch without RemoteXY GUI works OK, but don't when GUI is added.
Maybethere is conflict with an already running webserver with RemoteXY cloud server connection ?
I use ElegantOTA library, I just need to specify the server : ElegantOTA.begin(&server);
If it exist, I don't know how to point/use to the webserver already running from RemoteXY cloud server connection...
Thank you !