Fix WiFiMulti Logs (#1690)

This commit is contained in:
copercini
2018-07-30 04:18:48 -03:00
committed by Me No Dev
parent 30b3eebabc
commit abb8ea99d5
2 changed files with 22 additions and 39 deletions

View File

@ -31,16 +31,6 @@
#undef max
#include <vector>
#ifdef DEBUG_ESP_WIFI
#ifdef DEBUG_ESP_PORT
#define DEBUG_WIFI_MULTI(...) DEBUG_ESP_PORT.printf( __VA_ARGS__ )
#endif
#endif
#ifndef DEBUG_WIFI_MULTI
#define DEBUG_WIFI_MULTI(...)
#endif
typedef struct {
char * ssid;
char * passphrase;