Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck committed Sep 5, 2024
1 parent 056a563 commit d4ca8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ class Zigbee extends utils.Adapter {
const extPanIdFix = this.config.extPanIdFix ? this.config.extPanIdFix : false;
const baudRate = parseInt(this.config.baudRate ? this.config.baudRate : 115200);

const setRtscts = this.config.baudRate ? this.config.baudRate : false;
const setRtscts = this.config.baudRate ? this.config.baudRate : false;

return {
net: {
Expand Down

0 comments on commit d4ca8f8

Please sign in to comment.