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

EspAtDrv.sntpTime() is NOT compatible with AT ver 1.7.5 #93

Closed maqsudbek closed 1 year ago

maqsudbek commented 1 year ago

In the AT instruction set of ESP (non-os sdk ver 3.0.5), getting time data is done through:

AT+CIPSNTPTIME?

command, and the response looks like this:

+CIPSNTPTIME:Fri Nov 04 15:00:22 2022

Can you please fix that as well ?

Thanks in advance!

JAndrassy commented 1 year ago

it is documented that it doesn't work https://github.com/JAndrassy/WiFiEspAT#capabilities-comparison