-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Code clean up in m5stickc-listener #334
Merged
josephdadams
merged 5 commits into
josephdadams:master
from
Jocke4f:listener_clnt_m5stickc_update
Dec 28, 2023
Merged
Code clean up in m5stickc-listener #334
josephdadams
merged 5 commits into
josephdadams:master
from
Jocke4f:listener_clnt_m5stickc_update
Dec 28, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Removed redefined defines that are not used. Changed GetVbatData to GetBatVoltage due to deprecation. Cleaned up faulty log printouts. Added load of Settings screen when network connection is successful.
MatteoGheza
approved these changes
Jan 1, 2022
Thanks for all this, @Jocke4f ! |
The last three pairs in the MAC address is now used in the both the SSID, WiFi hostname and as type/name in Tally Arbiter.
In the 2nd commit the following enhancements have been included:
|
This is great! |
Is this ready to merge? |
Adding WiFi reset after 5 secs button press (missing feature and now the same as for M5 Atom listener). Resolving branch merging conflicts.
Fixing merge conflict
This PR is now ready to be merged. Is it not taking into consideration the changes that are planned in #358. Such considerations/adaptations are part of work for that PR when trying to unify the code base. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes in m5stickc-listener.ino
GetVbatData
toGetBatVoltage
due to deprecation in M5StickCPlus\src\AXP192.h.Changes in README.md
Future enhancements could be: