So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By mrlightsman
#82240 I would like to start my esp in __AP_STA mode using softAP and wifimulti.addAp. Then after a period of time (standard millis() timer technique) I want to turn off the softAP and leave the esp in just _STA mode.

Will setting the esp to __STA mode turn off the ap that has been set up by softAP? I do not want to turn off or disconnect the _STA mode.

Or is there a different technique I haven’t read about? Thank you.