We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ce403 commit 966c0b2Copy full SHA for 966c0b2
src/setup_payload/SetupPayload.cpp
@@ -72,6 +72,7 @@ bool PayloadContents::isValidQRCodePayload(ValidationMode mode) const
72
bool PayloadContents::isValidManualCode(ValidationMode mode) const
73
{
74
// No additional constraints apply to Manual Pairing Codes.
75
+//TESSS
76
// (If the payload has a long discriminator it will be converted automatically.)
77
return CheckPayloadCommonConstraints();
78
}
0 commit comments