Compiler Error

hi every body .
i have the same problem when i used blynk simpleesp2866.h for connect with wemos d1
and get error to compiler to board wemos d1(Arduino15\packages\esp8266\hardware\esp8266\2.7.4\libraries\ESP8266WiFi\src\CertStoreBearSSL.cpp:25:31: error: ‘DEBUG_ESP_PORT’ was not declared in this scope
#define DEBUG_BSSL(fmt, …) DEBUG_ESP_PORT.printf_P((PGM_P)PSTR( “BSSL:” fmt), ## _VA_ARGS )\Arduino15\packages\esp8266\hardware\esp8266\2.7.4\libraries\ESP8266WiFi\src\CertStoreBearSSL.cpp:56:5: note: in expansion of macro ‘DEBUG_BSSL’
DEBUG_BSSL(“CertStore::_preprocessCert: OOM\n”)
why iget that eroor? please

The issue seems different from the one that you are referring to, so I’ve moved this to its own topic.

Please post your sketch, properly formatted with triple backticks at the beginning and end of the code.
Triple backticks look like this:
```

Pete.