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

Exception when MQTT and KeyBLE credentials were not yet set #2

Open
KlausMu opened this issue Jun 29, 2021 · 0 comments
Open

Exception when MQTT and KeyBLE credentials were not yet set #2

KlausMu opened this issue Jun 29, 2021 · 0 comments

Comments

@KlausMu
Copy link

KlausMu commented Jun 29, 2021

In file "src/main.cpp" I had to change line
if (do_open || do_lock || do_unlock || do_status || do_toggle || do_pair)
to
if ((KeyBLEConfigured) && (do_open || do_lock || do_unlock || do_status || do_toggle || do_pair))
otherwise I got "Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled." when MQTT and KeyBLE credentials were not yet set because
eQ3* keyble;
was accessed uninitialized.

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

No branches or pull requests

1 participant