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