Skip to content

Commit 0f5a67f

Browse files
Show access point name on Serial.
1 parent 514dca3 commit 0f5a67f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

esp32-ps4-jailbreak.ino

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@ void setup()
4444
delay(10);
4545
};
4646

47-
Serial.println( "Ready." );
48-
Serial.print( "Browse to 'http://");
47+
Serial.print( "1. Connect your PS4 to '" );
48+
Serial.print( AP_SSID );
49+
Serial.println( "' WiFi access point." );
50+
Serial.println();
51+
Serial.print( "2. Browse to 'http://");
4952
Serial.print( WiFi.softAPIP() );
5053
Serial.println( "/' to jailbreak your PS4 5.05." );
5154
}

0 commit comments

Comments
 (0)