mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
- 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; |