Ethernet added #137
timmbogner
started this conversation in
Show and tell
Replies: 1 comment
-
@timmbogner, in fdrs_gateway_wifi.h line 93 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added ethernet yesterday. To use it, enable
USE_ETHERNET
. In my case I only need to add#define ETH_CLK_MODE ETH_CLOCK_GPIO16_OUT
somewhere before setup(), and then bring my ethernet power pin (GPIO5) high in setup() to make it work.@generalmanager I'm going to tag you when I commit my ethernet gateway example. Would you mind modifying my example to work with your Olimex boards?
Beta Was this translation helpful? Give feedback.
All reactions