forked from gronod/squeezelite-esp32
- part of components - separation between LMS & driver - move slimp message to squeezelite
12 lines
173 B
Perl
12 lines
173 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; |