1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-09-06 19:08:12 +03:00

add rssi function of new SDK 1.1.0

fix warning in hexdump and ESP8266WiFiMulti
This commit is contained in:
Markus Sattler
2015-05-25 09:46:34 +02:00
parent fb171329f3
commit 5a86c20f1e
5 changed files with 12 additions and 8 deletions

View File

@@ -32,7 +32,7 @@
#undef max
#include <vector>
//#define DEBUG_WIFI_MULTI(...) os_printf( __VA_ARGS__ )
#define DEBUG_WIFI_MULTI(...) Serial1.printf( __VA_ARGS__ )
#ifndef DEBUG_WIFI_MULTI
#define DEBUG_WIFI_MULTI(...)