File tree 3 files changed +21
-21
lines changed
3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 7
7
'mode' : 0 ,
8
8
'colors' : [
9
9
[
10
- 0.11311430089613972 ,
11
- 1 ,
10
+ 0.6175635842715993 ,
11
+ 0.6974992244615467 ,
12
12
1
13
13
],
14
14
[
15
- 0.9936081381405101 ,
16
- 0.6497928024431981 ,
15
+ 0.7439005234662223 ,
16
+ 0.7002515180395283 ,
17
17
1
18
18
],
19
19
[
22
22
1
23
23
],
24
24
[
25
- 0.7439005234662223 ,
26
- 0.7002515180395283 ,
25
+ 0.9936081381405101 ,
26
+ 0.6797928024431981 ,
27
27
1
28
28
],
29
29
[
30
- 0.6175635842715993 ,
31
- 0.6474992244615467 ,
30
+ 0.11311430089613972 ,
31
+ 1 ,
32
32
1
33
33
]
34
34
]
38
38
'mode' : 0 ,
39
39
'colors' : [
40
40
[
41
- 0.11311430089613972 ,
42
- 1 ,
43
- 1
44
- ],
45
- [
46
- 0.0083333333333333 ,
47
- 0.8332790409753081 ,
48
- 1
41
+ 0.8833333333333333 ,
42
+ 0.8974992244615467 ,
43
+ 0.2942011216107537
49
44
],
50
45
[
51
46
0.9222222222222223 ,
52
47
0.8539212428101706 ,
53
48
0.7776361353257123
54
49
],
55
50
[
56
- 0.8833333333333333 ,
57
- 0.8974992244615467 ,
58
- 0.2942011216107537
51
+ 0.0083333333333333 ,
52
+ 0.8332790409753081 ,
53
+ 1
54
+ ],
55
+ [
56
+ 0.11311430089613972 ,
57
+ 1 ,
58
+ 1
59
59
]
60
60
]
61
61
},
Original file line number Diff line number Diff line change 22
22
< body class ="body-dark ">
23
23
< div class ="wrapper clearfix ">
24
24
< main id ="main ">
25
- < h2 class ="header-stylized-text "> LEDControl v1.3 .0</ h2 >
25
+ < h2 class ="header-stylized-text "> LEDControl v1.4 .0</ h2 >
26
26
< br />
27
27
{% for input in form if not input.hide %}
28
28
{% if input.control == 'select' %}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def run(self):
28
28
29
29
setup (
30
30
name = 'led-control' ,
31
- version = '1.3 .0' ,
31
+ version = '1.4 .0' ,
32
32
description = 'WS2812 LED strip controller with web interface for Raspberry Pi' ,
33
33
long_description = open ('README.md' ).read (),
34
34
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments