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

Arduino code should use F() for all fixed strings #71

Closed
csatt opened this issue Oct 11, 2019 · 0 comments
Closed

Arduino code should use F() for all fixed strings #71

csatt opened this issue Oct 11, 2019 · 0 comments
Assignees
Labels
cosmetic Code cleanup, etc.

Comments

@csatt
Copy link
Owner

csatt commented Oct 11, 2019

There are two very small fixed strings that do not currently use F(). One is the character "0" and the other is "". For consistency, these should use F().

@csatt csatt added the cosmetic Code cleanup, etc. label Oct 11, 2019
@csatt csatt self-assigned this Oct 11, 2019
csatt added a commit that referenced this issue Oct 11, 2019
All fixed strings should use F(). There were a couple very short strings that did not. See Issue #71.
@csatt csatt closed this as completed Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cosmetic Code cleanup, etc.
Projects
None yet
Development

No branches or pull requests

1 participant