mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-02-01 23:30:54 +03:00
add nanopb (manual)
This commit is contained in:
6
components/spotify/cspot/bell/nanopb/tests/map/map.proto
Normal file
6
components/spotify/cspot/bell/nanopb/tests/map/map.proto
Normal file
@@ -0,0 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message MyMessage {
|
||||
map<string,uint32> numbers = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user