Add lowercase command support to DOGESEND - #1
Merged
Conversation
added 3 commits
September 12, 2020 13:06
…ters for the sending address) input to switch screens must be in uppercase letters or the input won't be processed. This change adds simple comparison for lowercase command input to swich screens instead of silently failing.
Owner
|
THIS IS AMAZING thank you! |
magar51
added a commit
to magar51/DOGECICS
that referenced
this pull request
Sep 26, 2025
Update comments and format
This file contains hidden or 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
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.
The RECEIVE MAP in DOGESEND uses "ASIS" in order to properly get lowercase letters for the sending address.
This has a side effect of requiring uppercase command letter input to switch screens. (W)ow works, (w)ow does not, but this works on all other screens.
This change adds simple comparison for lowercase command input to switch screens instead of silently failing.
This PR also picked up some text changes to INSTALL.md that I was going to submit under a second PR so you could take them individually, but they seemed to get bundled in here.