瀏覽代碼

brightness scale in plugin

philippe44 5 年之前
父節點
當前提交
5599f13954
共有 4 個文件被更改,包括 3 次插入3 次删除
  1. 二進制
      plugin/SqueezeESP32.zip
  2. 1 1
      plugin/SqueezeESP32/Graphics.pm
  3. 1 1
      plugin/SqueezeESP32/install.xml
  4. 1 1
      plugin/repo.xml

二進制
plugin/SqueezeESP32.zip


+ 1 - 1
plugin/SqueezeESP32/Graphics.pm

@@ -58,7 +58,7 @@ sub nmodes {
 # to be empty
 
 sub brightnessMap {
-	return (65535, 1, 2, 3, 4);
+	return (65535, 10, 50, 100, 200);
 }
 
 =comment

+ 1 - 1
plugin/SqueezeESP32/install.xml

@@ -10,6 +10,6 @@
   <name>PLUGIN_SQUEEZEESP32</name>
   <description>PLUGIN_SQUEEZEESP32_DESC</description>
   <module>Plugins::SqueezeESP32::Plugin</module>
-    <version>0.5</version>
+    <version>0.6</version>
   <creator>Philippe</creator>
 </extensions>

+ 1 - 1
plugin/repo.xml

@@ -4,7 +4,7 @@
     <plugin version="0.5" name="SqueezeESP32" minTarget="7.9" maxTarget="7.*">
       <link>https://github.com/sle118/squeezelite-esp32</link>
       <creator>Philippe</creator>
-      <sha>479c0a88d9c3b645abd98a6b8075f33e048ce4ce</sha>
+      <sha>e43f87096bafbbf4d97637a690975266af8e03c4</sha>
       <email>philippe_44@outlook.com</email>
       <desc lang="EN">SqueezeESP32 additional player id (100)</desc>
       <url>http://github.com/sle118/squeezelite-esp32/raw/master/plugin/SqueezeESP32.zip</url>