No such file or directory #include <bearssl/bearssl.h>

DrAzzy:
If the file is in:
C:\Users\Steve\Documents\Arduino\libraries\ESP8266WiFi\src

but it's being included as
#include <bearssl/bearssl.h>

of course it won't find it.

It would need to be in:

C:\Users\Steve\Documents\Arduino\libraries\ESP8266WiFi\src\bearssl

If that's the case, it's a bug with the ESP8266 core that should be reported to the maintainers so that they can correct the package.

DrAzzy:
If the file is in:
C:\Users\Steve\Documents\Arduino\libraries\ESP8266WiFi\src

but it's being included as
#include <bearssl/bearssl.h>

of course it won't find it.

It would need to be in:

C:\Users\Steve\Documents\Arduino\libraries\ESP8266WiFi\src\bearssl

If that's the case, it's a bug with the ESP8266 core that should be reported to the maintainers so that they can correct the package.

DrAzzy:
If the file is in:
C:\Users\Steve\Documents\Arduino\libraries\ESP8266WiFi\src

but it's being included as
#include <bearssl/bearssl.h>

of course it won't find it.

It would need to be in:

C:\Users\Steve\Documents\Arduino\libraries\ESP8266WiFi\src\bearssl

DrAzzy, it worked. but now i get this :

LEDclockPori.ino:28:26: fatal error: Adafruit_GFX.h: No such file or directory
compilation terminated.