This commit is contained in:
J. Nick Koston 2023-06-05 16:40:17 -05:00
parent 15f072787d
commit e5e8163cde
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ async def to_code(config):
pin = await cg.gpio_pin_expression(config[CONF_INPUT_RPM2])
cg.add(var.set_input_rpm2_pin(pin))
pin = await cg.gpio_pin_expression(config[CONF_INPUT_OBST])
cg.add(var.set_input_obst(pin))
cg.add(var.set_input_obst_pin(pin))
cg.add_library(
name="secplus",