1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

add optional espressif fw nonos-sdk 2.2.x (19.03.13) (#5873)

This commit is contained in:
david gauchard
2019-03-14 13:35:26 +01:00
committed by GitHub
parent e5b4de3633
commit a3ea816e65
21 changed files with 27 additions and 17 deletions

View File

@ -138,7 +138,7 @@ wl_status_t ESP8266WiFiSTAClass::begin(const char* ssid, const char *passphrase,
}
conf.threshold.rssi = -127;
#ifndef NONOSDK221
#ifdef NONOSDK3V0
conf.open_and_wep_mode_disable = !(_useInsecureWEP || *conf.password == 0);
#endif