Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

ESP32 Example #4

Answered by khoih-prog
P00HB33R asked this question in Q&A
Nov 20, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

You have to modify, after you test using simple examples to be sure your hardware, wiring. etc. are OK.

// Only one if the following to be true
#define USE_ETHERNET_GENERIC true
#define USE_ETHERNET_ENC false
#define USE_CUSTOM_ETHERNET false

to

  // Only one if the following to be true
  #define USE_ETHERNET_GENERIC  false
  #define USE_ETHERNET_ENC      true
  #define USE_CUSTOM_ETHERNET   false

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@P00HB33R
Comment options

Answer selected by P00HB33R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3 on November 20, 2022 18:12.