From 49f77df902a3c30a11a37b851508432923a98ae9 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 16:05:48 -0500 Subject: [PATCH] Revert "sw serial again" This reverts commit 039a751f753b6f544821adafb03e5805d9b9b1a3. --- components/ratgdo/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ratgdo/__init__.py b/components/ratgdo/__init__.py index 328cbe5..46c99c6 100644 --- a/components/ratgdo/__init__.py +++ b/components/ratgdo/__init__.py @@ -68,6 +68,7 @@ CONFIG_SCHEMA = ( } ) .extend(cv.COMPONENT_SCHEMA) + .extend(uart.UART_DEVICE_SCHEMA) ) RATGDO_CLIENT_SCHMEA = cv.Schema(