-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Basic Usermod Overlay support & Seven Segment UM #2261
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
Conversation
|
|
||
| void addToConfig(JsonObject& root) | ||
| { | ||
| JsonObject top = root[FPSTR("sevenseg")]; |
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.
Can you, please, rewrite string use to minimize flash usage?
Samples are in quite a few recent usermods, including Temperature, Multi Relay and PWM fan.
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.
Alright, I think I got the big offenders.
|
Thank you. Approving of the extra usermod hook :) |
|
@AK5nowman, due to recent commits, is it ready for merge? |
|
@blazoncek yes, should be good to go. |
This adds overlay support to usermodsv2. It does not remove legacy overlay support from the main code base. Need to refactor the remaining overlay before that can be done.