Skip to content

Commit

Permalink
fix(esptool): Rephrase the --ram-only-header command message
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Matej <[email protected]>
  • Loading branch information
Marek Matej committed Nov 27, 2023
1 parent 3a82d7a commit da4a486
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions esptool/cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -983,10 +983,7 @@ def elf2image(args):

print("Creating {} image...".format(args.chip))
if args.ram_only_header:
print(
"RAM only visible in the header - only RAM segments are visible to the "
"ROM loader!"
)
print("ROM segments hidden - only RAM segments are visible to the ROM loader!")

if args.chip != "esp8266":
image = CHIP_DEFS[args.chip].BOOTLOADER_IMAGE()
Expand Down

0 comments on commit da4a486

Please sign in to comment.