Skip to content

Commit

Permalink
add back compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet committed Jan 5, 2025
1 parent 9752443 commit c7e2ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module.exports = NodeHelper.create({
debug: this.config.debug,
gpio: this.config.Pir.gpio,
mode: this.config.Pir.mode,
chip: this.config.Pir.chip
chip: this.config.Pir.chip || "auto"
};

let screenConfig = {
Expand Down

0 comments on commit c7e2ad9

Please sign in to comment.