This commit is contained in:
J. Nick Koston
2026-04-05 09:43:58 -10:00
parent c2f5b5f770
commit f070ef6d08
+1 -1
View File
@@ -234,7 +234,7 @@ def _is_framework_spi_polling_mode_supported() -> bool:
return False
def _validate_spi_interface(config):
def _validate_spi_interface(config: ConfigType) -> ConfigType:
"""Set default SPI interface or validate user choice against the variant."""
if not CORE.is_esp32:
return config