From a4f756cc0c7fb8d40f3f096366020e79ff6677f9 Mon Sep 17 00:00:00 2001 From: Alex Jurkiewicz Date: Sun, 1 Dec 2024 13:22:13 +0800 Subject: [PATCH] Adjust default TX/RX pins to match wiki hardware guide This is easier than updating the wiki because the wiki has an image that also needs updating. --- data/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/index.js b/data/index.js index 2a70854..d56ecad 100644 --- a/data/index.js +++ b/data/index.js @@ -1954,7 +1954,7 @@ class Somfy { this.loadPins('input', document.getElementById('selTransRXPin')); //this.loadSomfy(); ui.toElement(document.getElementById('divTransceiverSettings'), { - transceiver: { config: { proto: 0, SCKPin: 18, CSNPin: 5, MOSIPin: 23, MISOPin: 19, TXPin: 12, RXPin: 13, frequency: 433.42, rxBandwidth: 97.96, type: 56, deviation: 11.43, txPower: 10, enabled: false } } + transceiver: { config: { proto: 0, SCKPin: 18, CSNPin: 5, MOSIPin: 23, MISOPin: 19, TXPin: 13, RXPin: 12, frequency: 433.42, rxBandwidth: 97.96, type: 56, deviation: 11.43, txPower: 10, enabled: false } } }); this.loadPins('out', document.getElementById('selShadeGPIOUp')); this.loadPins('out', document.getElementById('selShadeGPIODown'));