25-07-2018, 02:04
Check your
and be sure that you are compiling for the WeMos D1 R2 & mini and not for any of the other board models.
Code:
// --------------------------------------------------------------------------------------
// WiFi Credentials
// --------------------------------------------------------------------------------------
const char* WIFI_SSID = "xxxxxx";
const char* WIFI_PASSWORD = "xxxxxx";and be sure that you are compiling for the WeMos D1 R2 & mini and not for any of the other board models.

