I am trying to switch between STA mode and AP mode. To go to client mode I use the following code: ``` WiFi.mode(WIFI_STA); WiFi.begin("XXXXXXX","XXXXXXX"); ``` The WiFi.begin does the client connection but a few seconds later the AP also appears and it seems to run in mixed mode. Is this normal?