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

Added LAN functionality #1735

Merged
merged 7 commits into from
Jan 16, 2024
Merged

Added LAN functionality #1735

merged 7 commits into from
Jan 16, 2024

Conversation

dl1lmh
Copy link
Contributor

@dl1lmh dl1lmh commented Jan 1, 2024

LAN functionality added using the ETH.h library.

Works great on OLIMEX boards...

@@ -14,7 +14,7 @@ extern const char RIG_IDENTIFIER[] = "None";

// Uncomment if you want to use LAN8720
// Select correct Board in ArduinoIDE!!! Really!
#define USE_LAN
// #define USE_LAN
Copy link
Owner

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
Copy link
Contributor Author

dl1lmh commented Jan 2, 2024

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...

@@ -78,6 +82,8 @@ namespace {
MINER_KEY
);

static bool eth_connected = false;
Copy link
Owner

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
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 revoxhere:master Jan 16, 2024
1 check passed
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