Page 1 of 1
Global constant is not accessible inside the F11 WLAN_ESP32 ConnectToSSID component macro.
Posted: Sat Jan 24, 2026 3:32 pm
by Bijumon
Global constant is not accessible inside the F11 WLAN_ESP32 ConnectToSSID component macro.
Re: Global constant is not accessible inside the F11 WLAN_ESP32 ConnectToSSID component macro.
Posted: Sat Jan 24, 2026 3:38 pm
by mnfisher
I've also reported this - don't use global string constants here - connection will fail with the password as the two strings concatenated.
Using a string constant (Connect("SSID", "Password") or string variables is okay though..
The string length FCsz_VAR doesn't include the termination character (\0)
Martin