-->
Page 1 of 1

How can I turn off the AP broadcast

PostPosted: Thu May 07, 2015 8:32 am
by nigelbe
I am working one a NTP clock and it is working well but I can see using a WiFi analyser, it is still adversing itself like a Access Point.

How can I stop this.

Thanks in advance,

Nigel.

Re: How can I turn off the AP broadcast

PostPosted: Thu May 07, 2015 10:53 am
by nigelbe
I found it ...

it's:
Code: Select allWiFi.mode(WIFI_STA);


WiFi.mode(m): set mode to WIFI_AP, WIFI_STA, or WIFI_AP_STA.

:D