mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-24 05:57:44 +01:00
9 lines
258 B
Protocol Buffer
9 lines
258 B
Protocol Buffer
syntax = "proto3";
|
|
package sys;
|
|
import "nanopb.proto";
|
|
|
|
message Artwork {
|
|
option (nanopb_msgopt).msgid = 1002;
|
|
bool enabled = 1 ; // Enable cover art display
|
|
bool resize = 2 ; // Optional parameter to indicate if the artwork should be resized
|
|
} |