Add a hidden wifi network and connect to it
Example: wifi.connectToHiddenNetwork(ssid, password, (networkAdded) => {});
Callback returns true if network added and tried to connect to it successfully
It may take up to 15s to connect to hidden networks
Add a hidden wifi network and connect to it Example: wifi.connectToHiddenNetwork(ssid, password, (networkAdded) => {}); Callback returns true if network added and tried to connect to it successfully It may take up to 15s to connect to hidden networks