Skip to content

Commit

Permalink
siily mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Nov 5, 2024
1 parent ba46900 commit f9cb937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp_flasher/own_esptool.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def detect_chip(port=DEFAULT_PORT, baud=ESP_ROM_BAUD, connect_mode='default_rese
detect_port.connect(connect_mode, connect_attempts, detecting=True)

def check_if_stub(instance):
print(f" {instance.CHIP_NAME})
print(f" {instance.CHIP_NAME}")
if detect_port.sync_stub_detected:
instance = instance.STUB_CLASS(instance)
instance.sync_stub_detected = True
Expand Down

0 comments on commit f9cb937

Please sign in to comment.