kopia lustrzana https://github.com/mate-dev/meshtastic-matrix-relay
Change image scale to 2
rodzic
6a30c3968f
commit
1cb11342e6
|
@ -27,7 +27,7 @@ class Plugin(BasePlugin):
|
||||||
panel_id = "4"
|
panel_id = "4"
|
||||||
width = "1200"
|
width = "1200"
|
||||||
height = "600"
|
height = "600"
|
||||||
scale = "1"
|
scale = "2"
|
||||||
tz = "Europe/Warsaw"
|
tz = "Europe/Warsaw"
|
||||||
|
|
||||||
to_time = int(time.time() * 1000)
|
to_time = int(time.time() * 1000)
|
||||||
|
|
|
@ -27,7 +27,7 @@ class Plugin(BasePlugin):
|
||||||
panel_id = "1"
|
panel_id = "1"
|
||||||
width = "1200"
|
width = "1200"
|
||||||
height = "600"
|
height = "600"
|
||||||
scale = "1"
|
scale = "2"
|
||||||
tz = "Europe/Warsaw"
|
tz = "Europe/Warsaw"
|
||||||
|
|
||||||
to_time = int(time.time() * 1000)
|
to_time = int(time.time() * 1000)
|
||||||
|
|
|
@ -27,7 +27,7 @@ class Plugin(BasePlugin):
|
||||||
panel_id = "3"
|
panel_id = "3"
|
||||||
width = "1200"
|
width = "1200"
|
||||||
height = "600"
|
height = "600"
|
||||||
scale = "1"
|
scale = "2"
|
||||||
tz = "Europe/Warsaw"
|
tz = "Europe/Warsaw"
|
||||||
|
|
||||||
to_time = int(time.time() * 1000)
|
to_time = int(time.time() * 1000)
|
||||||
|
|
Ładowanie…
Reference in New Issue