mirror of
https://github.com/esphome/esphome.git
synced 2025-08-01 07:57:47 +00:00
nrf52
This commit is contained in:
parent
a1e74802ea
commit
bab6fdcf4e
@ -35,14 +35,14 @@ CONFIG_SCHEMA = (
|
||||
# capabilities before changing this default behavior.
|
||||
cv.SplitDefault(
|
||||
CONF_USE_INTERRUPT,
|
||||
esp8266=True,
|
||||
esp32=True,
|
||||
rp2040=True,
|
||||
nrf52=True,
|
||||
bk72xx=False,
|
||||
ln882x=False,
|
||||
rtl87xx=False,
|
||||
esp32=True,
|
||||
esp8266=True,
|
||||
host=True,
|
||||
ln882x=False,
|
||||
nrf52=True,
|
||||
rp2040=True,
|
||||
rtl87xx=False,
|
||||
): cv.boolean,
|
||||
cv.Optional(CONF_INTERRUPT_TYPE, default="ANY"): cv.enum(
|
||||
INTERRUPT_TYPES, upper=True
|
||||
|
Loading…
x
Reference in New Issue
Block a user