From f1956f4420c074ce727545fe1248228d5a27081e Mon Sep 17 00:00:00 2001 From: Thomas Mohaupt Date: Mon, 1 Jan 2024 16:23:04 +0100 Subject: [PATCH] apply rotation config --- components/parseData.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/parseData.js b/components/parseData.js index ffd6a14e..ea1b2fb9 100644 --- a/components/parseData.js +++ b/components/parseData.js @@ -44,7 +44,9 @@ async function parse(that) { displayBar: that.config.displayBar, mode: that.config.mode, gpio: that.config.mode6_gpio, - clearGpioValue: that.config.mode6_clearGpioValue + clearGpioValue: that.config.mode6_clearGpioValue, + xrandrForceRotation: that.config.xrandrForceRotation, + wrandrForceRotation: that.config.wrandrForceRotation } that.pir = new that.lib.Pir(pirConfig, callbacks.pir)