mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-12 06:27:12 +03:00
Start of 5.X work
This commit is contained in:
9
protobuf/proto/MessageDefinition.proto
Normal file
9
protobuf/proto/MessageDefinition.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package sys;
|
||||
import "nanopb.proto";
|
||||
|
||||
message message_def{
|
||||
uint32 datasize = 1;
|
||||
bytes data = 2 [(nanopb).type = FT_POINTER];
|
||||
}
|
||||
Reference in New Issue
Block a user