Skip to content

Added LAN functionality - #1735

Merged
revoxhere merged 7 commits into
duino-coin:masterfrom
dl1lmh:ESP32-LAN
Jan 16, 2024
Merged

Added LAN functionality#1735
revoxhere merged 7 commits into
duino-coin:masterfrom
dl1lmh:ESP32-LAN

Conversation

@dl1lmh

@dl1lmh dl1lmh commented Jan 1, 2024

Copy link
Copy Markdown
Contributor

LAN functionality added using the ETH.h library.

Works great on OLIMEX boards...

Comment thread ESP_Code/Settings.h Outdated
// Uncomment if you want to use LAN8720
// Select correct Board in ArduinoIDE!!! Really!
#define USE_LAN
// #define USE_LAN

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good that you made it off by default, but I'd move it from general settings to somewhere lower since it's something that a minority will use

@dl1lmh

dl1lmh commented Jan 2, 2024

Copy link
Copy Markdown
Contributor Author

Just moved down below Dashboard...

I think it's "Networking" too... If you don't like that, pls give me an Idea for a good position...

Comment thread ESP_Code/ESP-Code.ino Outdated
MINER_KEY
);

static bool eth_connected = false;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be placed in an #ifdef USE_LAN block?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's true. Just give me a second.

I'm not really good at programming yet - please bear with me

@revoxhere
revoxhere merged commit e7b3857 into duino-coin:master Jan 16, 2024
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

Successfully merging this pull request may close these issues.

2 participants