mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-12 06:27:12 +03:00
7 lines
79 B
Protocol Buffer
7 lines
79 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message MyMessage {
|
|
map<string,uint32> numbers = 1;
|
|
}
|
|
|