Skip to content

Commit 1836511

Browse files
authored
Update README.md
1 parent 0448ab4 commit 1836511

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ print("\r\n")
4545
'''
4646
Print ESP8266 AT comand version and SDK details
4747
'''
48-
esp8266_at_var = esp01.getVersion()
49-
if(esp8266_at_var != None):
50-
print(esp8266_at_var)
48+
esp8266_at_ver = esp01.getVersion()
49+
if(esp8266_at_ver != None):
50+
print(esp8266_at_ver)
5151

5252
'''
5353
set the current WiFi in SoftAP+STA

0 commit comments

Comments
 (0)