mathworks / thingspeak-arduino

ThingSpeak Communication Library for Arduino, ESP8266 and ESP32
https://thingspeak.com
431 stars 231 forks source link

Warning: Unsupported firmware 3.0.4 (WiFiEsp.h library problem) #73

Closed makarna35 closed 3 years ago

makarna35 commented 3 years ago

Your example (https://github.com/mathworks/thingspeak-arduino/blob/master/examples/ESP8266/via%20AT%20commands/WriteSingleField/WriteSingleField.ino) use WiFiEsp.h library.

My ESP-01 module AT version: AT+GMR AT version:1.7.4.0(May 11 2020 19:13:04) SDK version:3.0.4(9532ceb) compile time:May 27 2020 10:12:17 Bin version(Wroom 02):1.7.4 OK

But WiFiEsp library show this warning on Serial monitor: [WiFiEsp] Warning: Unsupported firmware 3.0.4

v-c commented 3 years ago

That seems to be an issue with the WiFiEsp library, not this library. Please open an issue against the WiFiEsp library.