Topic: Unable to join Wemos ESP8266 D1 mini network.
I have downloaded my "Compressor" project to the ESP8266 board, and I know it is running because I have continuous serial output.
However, I cannot join its WiFi network, and I'm getting mixed error messages, most common first ....
a) Incorrect password for "Compressor" (I assure you it is the correct password)
b) Unable to join "Compressor"
b) Unable to join "Compressor" : The network is temporarily unavailable. Try again later.
Here is the header from RemoteXY's code ....
// RemoteXY select connection mode and include library
#define REMOTEXY_MODE__ESP8266WIFI_LIB_POINT
#include <ESP8266WiFi.h>
#include <RemoteXY.h>
// RemoteXY connection settings
#define REMOTEXY_WIFI_SSID "Compressor"
#define REMOTEXY_WIFI_PASSWORD "12345678"
#define REMOTEXY_SERVER_PORT 6377
Can anyone see if there's anything wrong with it ...
EDIT: I've tried this on an iPhone, an iPad, a Samsung Galaxy Tab A, and a Huawei P20 PRO, and they say the same things ....