when i try to compile the code i get the same error below every time. all i can see is about the library and thought maybe some of mine from other projects might be messed up so i've even uninstalled the main arduino program removed the prog(86)/arduino folder and the sketches. then re installed from scratch.
but again i get the same error. only thing i noticed was my previous library list was still there if i went to manae library in the application, even thou i had wiped the folder could that be an issue of a remaining library but if so where?!?!
or is there something that i missing!!
libraries\esp-mqtt\mqtt\mqtt.c.o:(.bss.default_private_key_len+0x0): multiple definition of `default_private_key_len'
libraries\ESP8266WiFi\WiFiClientSecure.cpp.o:(.bss.default_private_key_len+0x0): first defined here
libraries\esp-mqtt\mqtt\mqtt.c.o:(.bss.default_certificate_len+0x0): multiple definition of `default_certificate_len'
libraries\ESP8266WiFi\WiFiClientSecure.cpp.o:(.bss.default_certificate_len+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board Generic ESP8266 Module.
I have the same problem
libraries/esp-mqtt/mqtt/mqtt.c.o:(.bss.default_private_key_len+0x0): multiple definition of `default_private_key_len'
libraries/ESP8266WiFi/WiFiClientSecure.cpp.o:(.bss.default_private_key_len+0x0): first defined here
libraries/esp-mqtt/mqtt/mqtt.c.o:(.bss.default_certificate_len+0x0): multiple definition of `default_certificate_len'
libraries/ESP8266WiFi/WiFiClientSecure.cpp.o:(.bss.default_certificate_len+0x0): first defined here
collect2: error: ld returned 1 exit status
exit status 1
Error compiling for board WeMos D1(Retired)