You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In /esp-homekit-sdk/examples/ethernet_bridge/main/Kconfig.projbuild the range for spi gpio-pins is 0 - 33.
But the esp32-s2 support spi on gpio-pin 35, 36 and 37.
As an example: my board is a FeatherS2 form Unexpected Maker.
spi sck - gpio 36
spi mosi - gpio 35
spi miso - gpio 37
The text was updated successfully, but these errors were encountered:
@Sinclair81 thanks for bringing this to notice. We will make this change soon, but you may also file a PR based on this esp-idf example if you want to :)
In /esp-homekit-sdk/examples/ethernet_bridge/main/Kconfig.projbuild the range for spi gpio-pins is 0 - 33.
But the esp32-s2 support spi on gpio-pin 35, 36 and 37.
As an example: my board is a FeatherS2 form Unexpected Maker.
spi sck - gpio 36
spi mosi - gpio 35
spi miso - gpio 37
The text was updated successfully, but these errors were encountered: