1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +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

@ -253,7 +253,7 @@ struct station_config {
// with both ssid[] and bssid[] matched. Please check about this.
uint8 bssid[6];
wifi_fast_scan_threshold_t threshold;
#ifndef NONOSDK221
#ifdef NONOSDK3V0
bool open_and_wep_mode_disable; // Can connect to open/wep router by default.
#endif
};
@ -434,7 +434,7 @@ typedef enum {
MODEM_SLEEP_T
} sleep_type_t;
#ifndef NONOSDK221
#ifdef NONOSDK3V0
typedef enum {
MIN_SLEEP_T,