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

esp32 impl #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

esp32 impl #1

wants to merge 3 commits into from

Conversation

leifj
Copy link

@leifj leifj commented Oct 25, 2024

Hey Florian - I have been working on an implementation of your code for esp32. This is quite a bit different from your approach in that the esp32 does everything that the nano and the d1mini does. I am not proposing you merge this PR but I want to provide you with some info...

Would you prefer to have the option to maintain an esp32 implementation along side your code or would you prefer if I maintain this separate from your impl - in which case I might let the codebase diverge a bit more.

The difference between the nano+d1mini and esp32 platforms are signifficant and it would probably be necessary to break the virtual display stuff into an explicit library that can be built and referenced by both implementations. This PR does not reflect those changes and so if you want to pursue the idea of merging the code I would then close this PR and provide another PR with more stuff in it. I also have syncronous APIs in my code that would need to be ported and provided alongside your mqtt integration. All doable but I will only pursue if you see value, otherwize I can make a clean separation between the implementations and simply refer back to your project as the starting point for mine.

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.

1 participant