Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Darkeligos
#43977 I recently picked up a Wemos D1 mini, and cannot for the life of me find out how to make it listen for AT commands. Can anyone point me in the right direction?

Also, I see that many of the sketches include various files:

Code: Select all#include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>

..and that there are a few different ways to make a web server. What are the real differences between making a web server with ESP8266WebServer and WifiServer? Are there any other ways? Which is preferred?