mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Change pin dispositions for MISO pins #73
This commit is contained in:
parent
b6a82e2e45
commit
536bf839a1
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue