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

AT Firmware 2.1 for ESP8266 version Issue #56

Closed DavidMR91 closed 2 years ago

DavidMR91 commented 2 years ago

Hello, After downloading https://github.com/jandrassy/UnoWiFiDevEdSerial1/wiki/files/ESP8266-1MB-tx1rx3-AT_V2.1.zip and uploading it to the ESP8266 using esptool.py, appears like v2.2 not v2.1: image

image

JAndrassy commented 2 years ago

yes. but it is 2.1

DavidMR91 commented 2 years ago

Why if I download, compile and upload the V2.1 if I run the firmware version checker, say V2.2.0.0-dev? I'm trying to downgrade the AT Firmware, and every time apear V2.2.0.0-dev. The firmware is loading correctly, and I tried to upload a blank sketch and then the AT Firmware 2.1 and V2.2.0.0-dev still appears

JAndrassy commented 2 years ago

because I built the 1 MB version after they changed the version number, but before any other changes. with AT+GMR you can see that the build timestamp is from last year