mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-13 15:07:01 +03:00
Start of 5.X work
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
syntax = "proto3";
|
||||
package sys;
|
||||
package sys.artwork;
|
||||
import "nanopb.proto";
|
||||
|
||||
message Artwork {
|
||||
message config {
|
||||
option (nanopb_msgopt).packed_struct = true;
|
||||
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
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user