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

Fix FAILD typo

This commit is contained in:
Marvin Roger
2015-11-06 14:17:45 +01:00
parent ba3af99a04
commit 0b89b9b467
6 changed files with 22 additions and 22 deletions

View File

@ -33,7 +33,7 @@ extern "C" {
#include "WiFiServer.h"
#define WIFI_SCAN_RUNNING (-1)
#define WIFI_SCAN_FAILD (-2)
#define WIFI_SCAN_FAILED (-2)
enum WiFiMode { WIFI_OFF = 0, WIFI_STA = 1, WIFI_AP = 2, WIFI_AP_STA = 3 };