Skip to content

Commit

Permalink
apply rotation config -- @thomo
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet authored Jan 2, 2024
2 parents 4d8e113 + f1956f4 commit 904c2a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/parseData.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 904c2a9

Please sign in to comment.