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

Refactor network devices #289

Merged
merged 4 commits into from
Feb 17, 2024

Conversation

lucaoliano
Copy link

I just removed the NetworkDevice dependency in the MqttLogger library that causes a build break with ESP-IDF v5.1.2 and Arduino v2.0.14. Then I noticed that network devices have some common code, so I just put it in a parent class.

@technyon
Copy link
Owner

technyon commented Feb 5, 2024

Hi,

thanks for your PR. I'll need a little time to look into it.

@technyon
Copy link
Owner

technyon commented Feb 8, 2024

Hi,

This PR is on my radar. I want to wait with merging until after the release, because we already have many changes. Previous experience dictates that too many changes in one release aren't a good idea.

Also, feel free to join us on discord

https://discord.gg/vzbQbag9

# Conflicts:
#	networkDevices/EthLan8720Device.cpp
#	networkDevices/W5500Device.cpp
@lucaoliano
Copy link
Author

Hi,
no problem, feel free to handle the merge as you see fit. In the meantime I merged the current master and resolved the conflicts.

@technyon technyon merged commit 213a72c into technyon:master Feb 17, 2024
1 check passed
@lucaoliano lucaoliano deleted the refactor_network_devices branch March 12, 2024 14:42
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