Search found 1 match
- Tue Feb 20, 2018 8:50 am
- Forum: ESP32 Arduino
- Topic: ESP Node Name in SoftAP Mode
- Replies: 3
- Views: 9024
Re: ESP Node Name in SoftAP Mode
I have the same issue here. Solution proposed by DougK2 works, ... but does not take into account the password if you set one : WiFi.softAP( "MyNodeName", "mypassword" ); Considering the numerous examples on the Web, I guess some people got it to work ... can anyone confirm ? N.B. I'm using ESP32 TT...