Allow UART to be AUTO LOADed (#6617)

This commit is contained in:
Jesse Hills 2024-04-24 09:59:19 +12:00 committed by GitHub
parent b8f0182fc5
commit f9ce35c894
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,6 +59,7 @@ UARTWriteAction = uart_ns.class_("UARTWriteAction", automation.Action)
UARTDebugger = uart_ns.class_("UARTDebugger", cg.Component, automation.Action) UARTDebugger = uart_ns.class_("UARTDebugger", cg.Component, automation.Action)
UARTDummyReceiver = uart_ns.class_("UARTDummyReceiver", cg.Component) UARTDummyReceiver = uart_ns.class_("UARTDummyReceiver", cg.Component)
MULTI_CONF = True MULTI_CONF = True
MULTI_CONF_NO_DEFAULT = True
def validate_raw_data(value): def validate_raw_data(value):