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