mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-14 07:27:03 +03:00
initial refactoring
This commit is contained in:
8
protobuf/proto/AirPlay.proto
Normal file
8
protobuf/proto/AirPlay.proto
Normal file
@@ -0,0 +1,8 @@
|
||||
syntax = "proto3";
|
||||
import "nanopb.proto";
|
||||
package sys;
|
||||
message AirPlay {
|
||||
option (nanopb_msgopt).msgid = 1001;
|
||||
bool enabled = 1;
|
||||
uint32 port = 2 [(nanopb).int_size = IS_8];
|
||||
}
|
||||
Reference in New Issue
Block a user