mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -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