From 574d59e68d116cdbec630745201c3d9dc7da06e0 Mon Sep 17 00:00:00 2001 From: hpingel Date: Wed, 24 Nov 2021 23:47:22 +0100 Subject: [PATCH] raise sktpv compatibility version to 2 --- net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.cpp b/net.cpp index 83f29dce..330f2b69 100644 --- a/net.cpp +++ b/net.cpp @@ -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");