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

evse.ini and pev.ini changed to represent the excepted field names and defaults #127

Closed
wants to merge 0 commits into from

Conversation

mrbig
Copy link

@mrbig mrbig commented Mar 31, 2019

I've noticed that the example pev.ini and evse.ini are incorrect, because they use non existent field names.

The names that are parsed are camelcased words without spaces.

This pull request fixes the two ini files, so they are easier to use.

@pedrorivera
Copy link

@mrbig while I agree it's confusing, the implementation is correct. Take a look at the compare() function in config.c. There is a comment stating: "spaces and tabs within the argument string or file string are ignored such that "item1", " item1 " and "item 1" all match"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants