Announcement

Collapse
No announcement yet.

DEBUG_BSSL Compiling Issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    DEBUG_BSSL Compiling Issue

    All,

    Starting 08JULY I have been getting a compiling error for any plugin created sketch I attempt to upload into a NodeMCU. I am unable to cut and paste the entire error message but it is copied portion below repeated over and over with minor variations each time. It does not matter if its an old sketch or a newly minted one, same errors every time.

    Thanks,

    Russ



    C:\Users\cross\AppData\Local\Arduino15\packages\esp8266\hard ware\esp8266\2.7.4\libraries\ESP8266WiFi\src\WiFiClientSecur eBearSSL.cpp:63: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__)

    ^

    C:\Users\cross\AppData\Local\Arduino15\packages\esp8266\hard ware\esp8266\2.7.4\libraries\ESP8266WiFi\src\WiFiClientSecur eBearSSL.cpp:1459:5: note: in expansion of macro 'DEBUG_BSSL'

    DEBUG_BSSL("probeMaxFragmentLength: Protocol error\n");

    ^

    Error compiling for board NodeMCU 1.0 (ESP-12E Module).

    #2
    I went thru and reinstalled some stuff which appears to have cleared it up. Sometime I must have made a change I was not aware of doing.

    Comment

    Working...
    X