-
Notifications
You must be signed in to change notification settings - Fork 180
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
Add configuration UI #158
Add configuration UI #158
Conversation
f559e94
to
bc48e6b
Compare
@SuGlider @P-R-O-C-H-Y Do you guys want to take a look at the UI or should we move on to the docker image implementation ? |
@lucasssvaz I am on it :) |
@lucasssvaz When #167 will get merged, it would be great to replace the |
Else the UI is really nice! Awesome job. |
@me-no-dev @P-R-O-C-H-Y PTAL. I'll also add to the readme how to use it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
Arduino Static Libraries Configuration Editor
This is a simple application to configure the static libraries for the ESP32 Arduino core.
It allows the user to select the targets to compile, change the configuration options and compile the libraries.
The application is built using the 'textual' library, which is a Python library for building text-based user interfaces.
To Do