From 1deb1c65c140363bbfa16fbd889cff8e6d33b8c0 Mon Sep 17 00:00:00 2001 From: BoryaGames Date: Fri, 3 May 2024 13:25:25 +0500 Subject: [PATCH] change(detect_chip): Fixed a spelling mistake Closes https://github.com/espressif/esptool/pull/977 --- esptool/cmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esptool/cmds.py b/esptool/cmds.py index 701dc3ea8..7c770e42f 100644 --- a/esptool/cmds.py +++ b/esptool/cmds.py @@ -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...")