Show "Send Pwned iBSS" option for A6 normal mode

This commit is contained in:
LukeZGD 2024-03-18 13:44:02 +08:00
parent decbf20c3e
commit 63317b3249

View File

@ -5922,7 +5922,9 @@ menu_other() {
if (( device_proc < 7 )); then
if [[ $device_mode == "Normal" ]]; then
menu_items+=("Enter kDFU Mode")
if [[ $device_proc != 5 ]]; then
if [[ $device_proc == 6 ]]; then
menu_items+=("Send Pwned iBSS")
elif [[ $device_proc != 5 ]]; then
menu_items+=("Enter pwnDFU Mode")
fi
else