mirror of
https://github.com/espressif/esptool.git
synced 2025-10-16 23:06:31 +08:00
fix(esptool): Rephrase the --ram-only-header command message
Signed-off-by: Marek Matej <marek.matej@espressif.com>
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user