Kaydet (Commit) d495c7d4 authored tarafından Andrzej J.R. Hunt's avatar Andrzej J.R. Hunt

Add pin_validating message to protocol to allow for feedback in app.

Change-Id: Ia4cfd0b848408713cff4f476e6d6be069d1cb5a8
üst 5962129e
......@@ -143,6 +143,8 @@ void RemoteServer::execute()
}
}
pSocket->write( "LO_SERVER_VALIDATING_PIN\n\n",
strlen( "LO_SERVER_VALIDATING_PIN\n\n" ) );
} else {
delete pSocket;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment