Hello room, I am new here so I'll give a you a quick introduction. I am 58 yo, total Lost in Space fan and relatively new to the Arduino. I have had some success in using the Arduino IDE but mostly failures. I recently bought the ESP Weather Station Color project and among other problems I am having (which I wont get into now) every time I click "verify" on the Arduino IDE I keep getting the same error message Arduino: 1.8.5 (Windows 10), Board: "WeMos D1 mini Pro, 80 MHz, 16M (15M SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 921600"
Invalid library found in C:\Users\Jim\Documents\Arduino\libraries\bearssl: C:\Users\Jim\Documents\Arduino\libraries\bearssl
In file included from C:\Users\Jim\Documents\Arduino\libraries\ESP8266WiFi\src/WiFiServerSecureBearSSL.h:24:0,
from C:\Users\Jim\Documents\Arduino\libraries\ESP8266WiFi\src/WiFiServerSecure.h:21,
from C:\Users\Jim\Documents\Arduino\libraries\ESP8266WiFi\src/ESP8266WiFi.h:41,
from C:\Users\Jim\Documents\Arduino\esp8266-weather-station-color-master\esp8266-weather-station-color\esp8266-weather-station-color.ino:29:
C:\Users\Jim\Documents\Arduino\libraries\ESP8266WiFi\src/WiFiClientSecureBearSSL.h:27:29: fatal error: bearssl/bearssl.h: No such file or directory
#include <bearssl/bearssl.h>
^
compilation terminated.
exit status 1
Error compiling for board WeMos D1 mini Pro.
Invalid library found in C:\Users\Jim\Documents\Arduino\libraries\bearssl: C:\Users\Jim\Documents\Arduino\libraries\bearssl
Invalid library found in C:\Users\Jim\Documents\Arduino\libraries\bearssl: C:\Users\Jim\Documents\Arduino\libraries\bearssl
Invalid library found in C:\Users\Jim\Documents\Arduino\libraries\bearssl:
The C:\Users message repeats 35 times.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Also when I remove the bearssl file from the libraries section I get the following message
Arduino: 1.8.5 (Windows 10), Board: "WeMos D1 mini Pro, 80 MHz, 16M (15M SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 921600"
Build options changed, rebuilding all
In file included from C:\Users\Jim\Documents\Arduino\libraries\ESP8266WiFi\src/WiFiServerSecureBearSSL.h:24:0,
from C:\Users\Jim\Documents\Arduino\libraries\ESP8266WiFi\src/WiFiServerSecure.h:21,
from C:\Users\Jim\Documents\Arduino\libraries\ESP8266WiFi\src/ESP8266WiFi.h:41,
from C:\Users\Jim\Documents\Arduino\esp8266-weather-station-color-master\esp8266-weather-station-color\esp8266-weather-station-color.ino:29:
C:\Users\Jim\Documents\Arduino\libraries\ESP8266WiFi\src/WiFiClientSecureBearSSL.h:27:29: fatal error: bearssl/bearssl.h: No such file or directory
#include <bearssl/bearssl.h>
^
compilation terminated.
exit status 1
Error compiling for board WeMos D1 mini Pro.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Has anyone out there had this kind of problem?
Can any one tell me how to fix this error message?
I am a proud member of The B9 Robot Builders Club and have built a life size B9 Robot and since (in the beginning) he was an environmental control robot I want to place this wonderful project on the robot and maybe in the future have him announce what's on the screen so any help in this matter would be greatly appreciated.
Sorry this was so long but in the future my messages will be shorter.
Thank you