0

I am going to update the firmware of an ESP8266 module, but first I would like to know the current version or name.

How can I get it? Maybe with an AT command?

This is my ESP8266 module:

My ESP8266 module.

dda
  • 1,595
  • 1
  • 12
  • 17
Roby Sottini
  • 448
  • 2
  • 10
  • 23

1 Answers1

2

ESP8266 and the AT firmware are products of Espressif. They have everything documented on the web site.

The AT command for version is AT+GMR.

Juraj
  • 18,264
  • 4
  • 31
  • 49