mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
13 lines
175 B
Perl
13 lines
175 B
Perl
package Plugins::SqueezeESP32::Text;
|
|
|
|
use strict;
|
|
|
|
use base qw(Slim::Display::Text);
|
|
|
|
# we don't want the special Noritake codes
|
|
sub vfdmodel {
|
|
return 'squeezeslave'';
|
|
}
|
|
|
|
|
|
1; |