JAndrassy / WiFiEspAT

Arduino networking library. Standard Arduino WiFi networking API over ESP8266 or ESP32 AT commands.
GNU Lesser General Public License v2.1
271 stars 44 forks source link

How do I compile my AT project? #72

Closed Hossein-Ghiasvand closed 2 years ago

Hossein-Ghiasvand commented 2 years ago

Hello I used the AT 2 firmware for ESP8266-01 module and the MQTT protocol worked fine. But in this firmware, "HTTP AT Command" protocol and "Web server AT Command" are disabled by default. I tried to enable these features but failed. Please release the firmware that supports these features for the ESP8266 module. Thanks

JAndrassy commented 2 years ago

I compiled it with the default configuration by Espressif for 1 MB esp8266. I didn't change any settings. I guess it is disabled because there is no space on flash for it.