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"
|
||||
width = "1200"
|
||||
height = "600"
|
||||
scale = "1"
|
||||
scale = "2"
|
||||
tz = "Europe/Warsaw"
|
||||
|
||||
to_time = int(time.time() * 1000)
|
||||
|
|
|
@ -27,7 +27,7 @@ class Plugin(BasePlugin):
|
|||
panel_id = "1"
|
||||
width = "1200"
|
||||
height = "600"
|
||||
scale = "1"
|
||||
scale = "2"
|
||||
tz = "Europe/Warsaw"
|
||||
|
||||
to_time = int(time.time() * 1000)
|
||||
|
|
|
@ -27,7 +27,7 @@ class Plugin(BasePlugin):
|
|||
panel_id = "3"
|
||||
width = "1200"
|
||||
height = "600"
|
||||
scale = "1"
|
||||
scale = "2"
|
||||
tz = "Europe/Warsaw"
|
||||
|
||||
to_time = int(time.time() * 1000)
|
||||
|
|
Ładowanie…
Reference in New Issue