mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-02 14:22:55 +03:00
allow control of enabling debug and debug level from IDE
This commit is contained in:
@ -41,7 +41,9 @@ extern "C"
|
||||
#include "include/ClientContext.h"
|
||||
#include "c_types.h"
|
||||
|
||||
//#define DEBUG_SSL
|
||||
#ifdef DEBUG_ESP_SSL
|
||||
#define DEBUG_SSL
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_SSL
|
||||
#define SSL_DEBUG_OPTS SSL_DISPLAY_STATES
|
||||
|
Reference in New Issue
Block a user