mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 10:10:56 +00:00
Fix SPI support for second bus on 2023.9.1 (#5456)
This commit is contained in:
parent
b3dc2d43a5
commit
0b5a57ead4
@ -187,7 +187,7 @@ def get_spi_interface(index):
|
|||||||
# Following code can't apply to C2, H2 or 8266 since they have only one SPI
|
# Following code can't apply to C2, H2 or 8266 since they have only one SPI
|
||||||
if get_target_variant() in (VARIANT_ESP32S3, VARIANT_ESP32S2):
|
if get_target_variant() in (VARIANT_ESP32S3, VARIANT_ESP32S2):
|
||||||
return "new SPIClass(FSPI)"
|
return "new SPIClass(FSPI)"
|
||||||
return "return new SPIClass(HSPI)"
|
return "new SPIClass(HSPI)"
|
||||||
|
|
||||||
|
|
||||||
SPI_SCHEMA = cv.All(
|
SPI_SCHEMA = cv.All(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user