Skip to content

Commit

Permalink
change(detect_chip): Fixed a spelling mistake
Browse files Browse the repository at this point in the history
Closes #977
  • Loading branch information
BoryaGames authored and radimkarnis committed May 3, 2024
1 parent 88f6186 commit 1deb1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esptool/cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def detect_chip(
else:
err_msg = f"Unexpected chip ID value {chip_id}."
except (UnsupportedCommandError, struct.error, FatalError) as e:
# UnsupportedCommmanddError: ESP8266/ESP32 ROM
# UnsupportedCommandError: ESP8266/ESP32 ROM
# struct.error: ESP32-S2
# FatalError: ESP8266/ESP32 STUB
print(" Unsupported detection protocol, switching and trying again...")
Expand Down

0 comments on commit 1deb1c6

Please sign in to comment.