idf overriding method to bring back SPDIF and fix SPI + new CSPOT (which crashes)

This commit is contained in:
Philippe G
2022-01-04 00:15:33 -08:00
parent cf1315e6a4
commit 06b637c55b
43 changed files with 2955 additions and 402 deletions

View File

@@ -62,5 +62,4 @@ message ClientResponseEncrypted {
required LoginCredentials login_credentials = 0xa;
required SystemInfo system_info = 0x32;
optional string version_string = 0x46;
}
}

View File

@@ -24,7 +24,7 @@ message LoginCryptoHelloUnion {
}
enum Platform {
enum Platform2 {
PLATFORM_WIN32_X86 = 0x0;
PLATFORM_OSX_X86 = 0x1;
PLATFORM_LINUX_X86 = 0x2;
@@ -58,7 +58,7 @@ enum Cryptosuite {
message BuildInfo {
required Product product = 0xa;
required Platform platform = 0x1e;
required Platform2 platform = 0x1e;
required uint64 version = 0x28;
}