mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-13 23:17:03 +03:00
initial refactoring
This commit is contained in:
24
protobuf/proto/Common.proto
Normal file
24
protobuf/proto/Common.proto
Normal file
@@ -0,0 +1,24 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package sys;
|
||||
import "nanopb.proto";
|
||||
option (nanopb_fileopt).enum_to_string = true;
|
||||
|
||||
enum DeviceTypeEnum {
|
||||
UNSPECIFIED_TYPE = 0;
|
||||
DEVTYPE_SPI = 1;
|
||||
DEVTYPE_I2C = 2;
|
||||
DEVTYPE__RMII = 3;
|
||||
}
|
||||
|
||||
enum PortEnum {
|
||||
UNSPECIFIED_SYSTPORT = 0;
|
||||
SYSTEM = 1;
|
||||
DAC_PORT = 2;
|
||||
}
|
||||
|
||||
enum HostEnum {
|
||||
UNSPECIFIED_HOST = 0;
|
||||
Host0 = 1;
|
||||
Host1 = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user