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

Configpath msgs #79

Merged
merged 2 commits into from
Apr 1, 2020
Merged

Configpath msgs #79

merged 2 commits into from
Apr 1, 2020

Conversation

ba58smith
Copy link
Collaborator

@ba58smith ba58smith commented Mar 11, 2020

Make the debug message for Configurable::load_configuration() specific to the cause of the message (no config path was specified, or no file was found in SPIFFS).
I did this because I often saw one or the other of these messages in the Serial Monitor that didn't make sense, so I wanted to make sure I understood the message. Now that I've done that, I've uncovered what I think is a bug: the error message that results from if (!SPIFFS.exists(config_path)) happens for many sensors and transports when it doesn't appear to be correct. See Issue #88 .

@ba58smith
Copy link
Collaborator Author

Somehow I got this PR jumbled up with the previous one. They're both simple, so hopefully both can just be merged with no problems.

@ba58smith ba58smith merged commit 1989534 into SignalK:master Apr 1, 2020
@ba58smith ba58smith deleted the configpathMsgs branch April 1, 2020 18:34
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.

None yet

1 participant