Uploading via embedded WiFi

Hi, I've searched for an answer to this, but drew a blank.

Some of my projects use ESP8266 (typically Wemos D1 Mini), specifically for connection of the RemoteXY GUI.

Once my project is built and cased, I might need to update the sketch, which means breaking open the case to attach the USB....

Is it possible to upload the sketch using the WiFi embedded on the board ?

The information included in the RemoteXY file contains the following, and these are the only statements referring to the connection ...

// RemoteXY select connection mode and include library 
#define REMOTEXY_MODE__ESP8266WIFI_LIB_POINT
#include <ESP8266WiFi.h>


// RemoteXY connection settings 
#define REMOTEXY_WIFI_SSID "My_SSID"
#define REMOTEXY_WIFI_PASSWORD "my_password"
#define REMOTEXY_SERVER_PORT 6377

It would be great if this were possible - TIA

Anything in these search results? wemos d1 mini ota - Google Search

Thanks sterretje

The first Google response looks promising, I'll see if I can get something working on it.

Of course I may have more questions than answers, but we'll see how it goes...

https://arduino-esp8266.readthedocs.io/en/3.1.2/ota_updates/readme.html