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
[env:string_defines]
build_flags =
-DHELLO="World!"
'-DWIFI_PASS="My password"'
; Password with special chars: My pass'word
-DWIFI_PASS=\"My\ pass\'word\"
Other option is to have USER_CONFIG file that users can update. Anyone who forks repo and edits this file in github would have firmware artifact built by actions.
Try to get a simplified input of SSID and password to allow a prebuilt binary
https://github.com/espressif/esp-idf/blob/master/examples/provisioning/legacy/console_prov
The text was updated successfully, but these errors were encountered: