1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Fix issues on get encryptionType for the current associated network.

Fix issue related to retrieve encription type and RSSI for the available networks
This commit is contained in:
Mimmo La Fauci
2012-03-04 11:42:48 +01:00
parent 1d1f647ed6
commit 514a694c8a
8 changed files with 71 additions and 61 deletions

View File

@ -2,7 +2,7 @@
#include "Arduino.h"
#include "spi_drv.h"
#include "pins_arduino.h"
#define _DEBUG_
//#define _DEBUG_
extern "C" {
#include "debug.h"
}