espressif / esp-serial-flasher

Library for flashing Espressif SoCs from other MCUs.
Apache License 2.0
369 stars 109 forks source link

fix: Correctly compare image size with memory size including offset (ESF-118) #98

Closed Dzarda7 closed 6 months ago

DNedic commented 7 months ago

LGTM. Nitpick: can you remove the unecessary brackets?

Dzarda7 commented 7 months ago

Done. I used to do that for better readability.

DNedic commented 7 months ago

LGTM, thank you for your contribution!