You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: