Switch attenuation for CT Clamp from 11db (deprecated) to 12db
I have no idea how you deprecate an attenuation level, but I assume someone realized that they did the math wrong?
This commit is contained in:
parent
8db29c27f7
commit
905b88c51d
@ -14,11 +14,11 @@ sensor:
|
|||||||
- platform: adc
|
- platform: adc
|
||||||
pin: GPIO4
|
pin: GPIO4
|
||||||
id: adc_sensor
|
id: adc_sensor
|
||||||
attenuation: 11db
|
attenuation: 12db
|
||||||
|
|
||||||
- platform: adc
|
- platform: adc
|
||||||
pin: GPIO0
|
pin: GPIO0
|
||||||
id: adc_ref
|
id: adc_ref
|
||||||
name: "${node_verbose_name} ADC Ref"
|
name: "${node_verbose_name} ADC Ref"
|
||||||
update_interval: 10s
|
update_interval: 10s
|
||||||
attenuation: 11db
|
attenuation: 12db
|
||||||
|
Loading…
Reference in New Issue
Block a user