bportaluri / WiFiEsp

Arduino WiFi library for ESP8266 modules
GNU General Public License v3.0
548 stars 210 forks source link

Support for Firmware 1.4 #201

Closed rogerfar closed 4 years ago

rogerfar commented 4 years ago

I have some old Blue ESP's which have only 512KB flash, so the highest you can put on them is SDK 1.4.0 and AT0.5 with noboot.

The readme says Supports ESP SDK version 1.1.1 and above (AT version 0.25 and above)., but when I connect my ESP I get the error: Firmware version > FAILED (actual="1.4.0", expected="1.5.2").

Is the minimum version SDK 1.5.2?

rogerfar commented 4 years ago

Sorry nevermind, I just realized the firmware check was just done in the Test example file!