mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Simple flash read command is not supported if Secure DL mode is enabled on the target. Remove reference of this from the relevant docs part. Related: https://github.com/espressif/esptool/issues/810 Related: ESPTOOL-567 Closes IDF-6468