mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 14:07:11 +03:00
finhsing CSpot integration
This commit is contained in:
@@ -11,18 +11,18 @@ ClassReflectType = 3,
|
||||
EnumReflectTypeKind = 4,
|
||||
VectorOfClassReflectField = 5,
|
||||
VectorOfClassReflectEnumValue = 6,
|
||||
Double = 7,
|
||||
Uint32 = 8,
|
||||
Char = 9,
|
||||
UnsignedChar = 10,
|
||||
Float = 11,
|
||||
Bool = 12,
|
||||
String = 13,
|
||||
Int32 = 14,
|
||||
Int64 = 15,
|
||||
Int = 16,
|
||||
Uint8 = 17,
|
||||
Uint64 = 18,
|
||||
Int32 = 7,
|
||||
Int64 = 8,
|
||||
Uint32 = 9,
|
||||
Uint8 = 10,
|
||||
Int = 11,
|
||||
UnsignedChar = 12,
|
||||
Float = 13,
|
||||
String = 14,
|
||||
Uint64 = 15,
|
||||
Char = 16,
|
||||
Double = 17,
|
||||
Bool = 18,
|
||||
VectorOfUint8 = 19,
|
||||
EnumCpuFamily = 20,
|
||||
EnumOs = 21,
|
||||
|
||||
Reference in New Issue
Block a user