mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-14 07:27:03 +03:00
idf overriding method to bring back SPDIF and fix SPI + new CSPOT (which crashes)
This commit is contained in:
@@ -62,5 +62,4 @@ message ClientResponseEncrypted {
|
||||
required LoginCredentials login_credentials = 0xa;
|
||||
required SystemInfo system_info = 0x32;
|
||||
optional string version_string = 0x46;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user