crockedile 03/10/2025 12:37 PMCurrently working on a project that involves using the the esp32 as a wifi access point with a captive portal. I have everything working at this point, but would like to be establishing an open network if possible, rather than one requiring a password:
"wifi.establish --name="espfi" --ssid="espfi" --password="password" --broadcast=true"
Per error codes, it seems the code above requires the "--password" argument. Is there a way around this? I tried --password=NULL, --password="" and even attempted --authmode="open" hoping it was undocumented. No luck.(edited)