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

improve includes

add ssid and ip to debug out
This commit is contained in:
Markus Sattler
2015-05-16 22:56:15 +02:00
parent 508f0802d5
commit 03da6393d5
2 changed files with 7 additions and 2 deletions

View File

@ -27,6 +27,7 @@
#ifndef WIFICLIENTMULTI_H_
#define WIFICLIENTMULTI_H_
#include "ESP8266WiFi.h"
#include <vector>
//#define DEBUG_WIFI_MULTI(...) os_printf( __VA_ARGS__ )