1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Put WiFi into station mode in examples (#3731)

This commit is contained in:
James Stanley
2017-10-22 06:53:01 +01:00
committed by Ivan Grokhotkov
parent 098172c5e4
commit 2abbc36da4
23 changed files with 24 additions and 1 deletions

View File

@ -13,6 +13,7 @@ void setup() {
delay(10);
// We start by connecting to a WiFi network
WiFi.mode(WIFI_STA);
WiFiMulti.addAP("SSID", "passpasspass");
Serial.println();