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:
committed by
Ivan Grokhotkov
parent
098172c5e4
commit
2abbc36da4
@ -93,6 +93,7 @@ void setup ( void ) {
|
||||
pinMode ( led, OUTPUT );
|
||||
digitalWrite ( led, 0 );
|
||||
Serial.begin ( 115200 );
|
||||
WiFi.mode ( WIFI_STA );
|
||||
WiFi.begin ( ssid, password );
|
||||
Serial.println ( "" );
|
||||
|
||||
|
Reference in New Issue
Block a user