Skip to content

Commit

Permalink
Update pairing instructions to match the latest firmware
Browse files Browse the repository at this point in the history
1.5.1

Fixes #85
  • Loading branch information
dhleong committed Oct 2, 2018
1 parent 35a8afa commit 1e77e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function _setupLogging(d) {
function _handleLoginError(sock, packet, exitProcess) {
switch (packet.error) {
case "PIN_IS_NEEDED":
logEvent("Go to 'Settings -> PlayStation(R) App Connection Settings -> Add Device'" +
logEvent("Go to 'Settings -> Mobile App Connection Settings -> Add Device'" +
" on your PS4 to obtain the PIN code.");

if (sock) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ps4-waker",
"description": "Wake your PS4 over LAN (and more!) with help from the Playstation App",
"version": "1.5.0",
"version": "1.5.1",
"author": "Daniel Leong",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 1e77e4e

Please sign in to comment.