Is there a way to get WebSerial and ElegantOTA together? I'm using a ESP32-S3
This part of programming is kinda out of my league. I did briefly one time get both to work at their respective IP address's but by calling
AsyncElegantOTA.begin(&server);
WebSerial.begin(&server);
but I can also see this is not the correct way.
Any help would be appreciated.
UPDATE: Of course now it seems to be working although I can here the USB connecting and disconnecting every few seconds. When the ESP32 is just on battery power it appears to be all working although I'm still not convinced I am calling the function correctly.
Is there a way to get WebSerial and ElegantOTA together? I'm using a ESP32-S3
This part of programming is kinda out of my league. I did briefly one time get both to work at their respective IP address's but by calling AsyncElegantOTA.begin(&server);
WebSerial.begin(&server);
but I can also see this is not the correct way.
Any help would be appreciated.
UPDATE: Of course now it seems to be working although I can here the USB connecting and disconnecting every few seconds. When the ESP32 is just on battery power it appears to be all working although I'm still not convinced I am calling the function correctly.