Skip to content

Commit

Permalink
raise sktpv compatibility version to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hpingel committed Nov 24, 2021
1 parent 37cb614 commit 574d59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ boolean CSidekickNet::launchSktpSession(){
urlSuffix.Append(netSktpHostPassword);
}
}
urlSuffix.Append("&sktpv=1&type=");
urlSuffix.Append("&sktpv=2&type=");
#ifndef IS264
if (m_isC128)
urlSuffix.Append("128");
Expand Down

0 comments on commit 574d59e

Please sign in to comment.