mirror of
https://github.com/espressif/esptool.git
synced 2025-10-19 20:13:00 +08:00
fix(cmds): Make clear that flash type is from eFuse and not detection
This commit is contained in:
@@ -1017,7 +1017,7 @@ def flash_id(esp, args):
|
|||||||
flash_type_dict = {0: "quad (4 data lines)", 1: "octal (8 data lines)"}
|
flash_type_dict = {0: "quad (4 data lines)", 1: "octal (8 data lines)"}
|
||||||
flash_type_str = flash_type_dict.get(flash_type)
|
flash_type_str = flash_type_dict.get(flash_type)
|
||||||
if flash_type_str:
|
if flash_type_str:
|
||||||
print(f"Flash type: {flash_type_str}")
|
print(f"Flash type set in eFuse: {flash_type_str}")
|
||||||
|
|
||||||
|
|
||||||
def read_flash(esp, args):
|
def read_flash(esp, args):
|
||||||
|
Reference in New Issue
Block a user