pr fix, allow_other_uses: true

This commit is contained in:
Gábor Poczkodi 2024-02-28 15:05:31 +01:00
parent 1907cca2fa
commit f7c0ef125d
7 changed files with 48 additions and 18 deletions

View file

@ -21,15 +21,21 @@ sensor:
# dummy transmitter will push rx to the third place # dummy transmitter will push rx to the third place
remote_transmitter: remote_transmitter:
- pin: GPIO21 # TX pin - pin:
number: GPIO21 # TX pin
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
id: dummytx id: dummytx
- pin: GPIO3 # GDO0 - pin:
number: GPIO3 # GDO0
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
id: realtx id: realtx
remote_receiver: remote_receiver:
pin: GPIO4 # GDO0 pin:
number: GPIO4 # GDO0
allow_other_uses: true
dump: dump:
- rc_switch - rc_switch
# Settings to optimize recognition of RF devices # Settings to optimize recognition of RF devices

View file

@ -21,10 +21,14 @@ sensor:
# dummy transmitter will push rx to the third place # dummy transmitter will push rx to the third place
remote_transmitter: remote_transmitter:
- pin: GPIO21 # TX pin - pin:
number: GPIO21 # TX pin
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
id: dummytx id: dummytx
- pin: GPIO3 # GDO0 - pin:
number: GPIO3 # GDO0
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
id: realtx id: realtx

View file

@ -17,11 +17,15 @@ sensor:
name: LQI name: LQI
remote_transmitter: remote_transmitter:
- pin: GPIO32 # GDO0 - pin:
number: GPIO32 # GDO0
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
remote_receiver: remote_receiver:
pin: GPIO33 # GDO0 pin:
number: GPIO33 # GDO0
allow_other_uses: true
dump: dump:
- rc_switch - rc_switch
# Settings to optimize recognition of RF devices # Settings to optimize recognition of RF devices

View file

@ -17,11 +17,15 @@ sensor:
name: LQI name: LQI
remote_transmitter: remote_transmitter:
- pin: GPIO8 # GDO0 - pin:
number: GPIO8 # GDO0
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
remote_receiver: remote_receiver:
pin: GPIO9 # GDO0 pin:
number: GPIO9 # GDO0
allow_other_uses: true
dump: dump:
- rc_switch - rc_switch
# Settings to optimize recognition of RF devices # Settings to optimize recognition of RF devices

View file

@ -17,11 +17,15 @@ sensor:
name: LQI name: LQI
remote_transmitter: remote_transmitter:
- pin: GPIO8 # GDO0 - pin:
number: GPIO8 # GDO0
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
remote_receiver: remote_receiver:
pin: GPIO9 # GDO0 pin:
number: GPIO9 # GDO0
allow_other_uses: true
dump: dump:
- rc_switch - rc_switch
# Settings to optimize recognition of RF devices # Settings to optimize recognition of RF devices

View file

@ -17,11 +17,15 @@ sensor:
name: LQI name: LQI
remote_transmitter: remote_transmitter:
- pin: GPIO32 # GDO0 - pin:
number: GPIO32 # GDO0
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
remote_receiver: remote_receiver:
pin: GPIO33 # GDO0 pin:
number: GPIO33 # GDO0
allow_other_uses: true
dump: dump:
- rc_switch - rc_switch
# Settings to optimize recognition of RF devices # Settings to optimize recognition of RF devices

View file

@ -17,11 +17,15 @@ sensor:
name: LQI name: LQI
remote_transmitter: remote_transmitter:
- pin: D1 # GDO0 - pin:
number: D1 # GDO0
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
remote_receiver: remote_receiver:
pin: D1 # GDO0 pin:
number: D1 # GDO0
allow_other_uses: true
dump: dump:
- rc_switch - rc_switch
# Settings to optimize recognition of RF devices # Settings to optimize recognition of RF devices