Skip to content

Commit

Permalink
Show "Send Pwned iBSS" option for A6 normal mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Mar 18, 2024
1 parent decbf20 commit 63317b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63317b3

Please sign in to comment.