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

[Bug]: xioAPI settings cause WiFi AP initialization to fail #54

Open
Legohead259 opened this issue Jun 20, 2023 · 1 comment
Open

[Bug]: xioAPI settings cause WiFi AP initialization to fail #54

Legohead259 opened this issue Jun 20, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Legohead259
Copy link
Owner

What happened?

The following line: if (!WiFi.softAP(getSetting<const char*>("wiFiAPSsid"), getSetting<const char*>("wiFiAPKey"))) { // Start the access point with the config SSID and password results in a failed initialization. \

It could be because the strings are not being returned properly

Version

v1.6.0

What board revisions are you seeing the problem on?

Rev F5

Relevant PlatformIO log output

No response

Relevant ESP Debug log output

No response

@Legohead259 Legohead259 added the bug Something isn't working label Jun 20, 2023
@Legohead259 Legohead259 self-assigned this Jun 20, 2023
@Legohead259
Copy link
Owner Author

Noticed that the entries for AP SSID and key are empty by default. Will save new values and try

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant