Skip pwnDFU on A7 only

This commit is contained in:
LukeZGD 2023-03-16 23:34:11 +08:00
parent b5a7943397
commit 0b8c3321e4

View File

@ -874,7 +874,7 @@ device_enter_mode() {
log "Pwned iBSS/kDFU mode specified by user."
return
fi
elif [[ $irec_pwned == 1 ]]; then
elif [[ $irec_pwned == 1 ]] && (( device_proc >= 7 )); then
return
fi