mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 20:17:04 +03:00
brightness log 0..5 + log - release
This commit is contained in:
@@ -88,7 +88,7 @@ sub displayWidth {
|
||||
}
|
||||
|
||||
sub brightnessMap {
|
||||
return (65535, 10, 50, 100, 200);
|
||||
return (0 .. 5);
|
||||
}
|
||||
|
||||
=comment
|
||||
|
||||
@@ -13,7 +13,7 @@ my $prefs = preferences('plugin.squeezeesp32');
|
||||
my $log = Slim::Utils::Log->addLogCategory({
|
||||
'category' => 'plugin.squeezeesp32',
|
||||
'defaultLevel' => 'INFO',
|
||||
'description' => Slim::Utils::Strings::string('SqueezeESP32'),
|
||||
'description' => 'PLUGIN_SQUEEZEESP32',
|
||||
});
|
||||
|
||||
# migrate 'eq' pref, as that's a reserved word and could cause problems in the future
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
<defaultState>enabled</defaultState>
|
||||
<email>philippe_44@outlook.com</email>
|
||||
<targetApplication>
|
||||
<minVersion>7.5</minVersion>
|
||||
<minVersion>7.9</minVersion>
|
||||
<maxVersion>*</maxVersion>
|
||||
<id>SlimServer</id>
|
||||
</targetApplication>
|
||||
<name>PLUGIN_SQUEEZEESP32</name>
|
||||
<description>PLUGIN_SQUEEZEESP32_DESC</description>
|
||||
<module>Plugins::SqueezeESP32::Plugin</module>
|
||||
<version>0.92</version>
|
||||
<version>0.94</version>
|
||||
<creator>Philippe</creator>
|
||||
</extensions>
|
||||
|
||||
Reference in New Issue
Block a user