Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ethernet Bridge Example - wrong spi pin assignment range for esp32-s2 #44

Open
Sinclair81 opened this issue May 9, 2021 · 1 comment

Comments

@Sinclair81
Copy link

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

@shahpiyushv
Copy link
Collaborator

@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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants