Skip to content

Commit

Permalink
typo flowCTRL
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck authored Sep 5, 2024
1 parent d4ca8f8 commit b7fc731
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.flowCTRL ? this.config.flowCTRL : false;

return {
net: {
Expand Down

0 comments on commit b7fc731

Please sign in to comment.