diff --git a/SomfyController.littlefs.bin b/SomfyController.littlefs.bin index 672969e..f2343aa 100644 Binary files a/SomfyController.littlefs.bin and b/SomfyController.littlefs.bin differ diff --git a/data/index.js b/data/index.js index 97e6d20..e7c0291 100644 --- a/data/index.js +++ b/data/index.js @@ -903,7 +903,7 @@ class Somfy { this.loadPins('inout', document.getElementById('selTransSCKPin')); this.loadPins('inout', document.getElementById('selTransCSNPin')); this.loadPins('inout', document.getElementById('selTransMOSIPin')); - this.loadPins('inout', document.getElementById('selTransMISOPin')); + this.loadPins('input', document.getElementById('selTransMISOPin')); this.loadPins('out', document.getElementById('selTransTXPin')); this.loadPins('input', document.getElementById('selTransRXPin')); this.loadSomfy(); @@ -1283,7 +1283,7 @@ class Somfy { case 9: case 10: case 11: - if(type !== 'inout') continue; + if(type !== 'inout' && type !== 'input') continue; break; case 37: case 38: