I am new to the Arduino world and it seems that this simple problem is keeping me at the start line.
- I use the Generic ESP8266 Module as Board
- In my sketch I just write:
#include < ESP8266WiFi.h >
void setup(){}
void loop(){}
The ERROR is :
BearSSLHelpers.h:148:34: error: 'virtual const unsigned char* BearSSL::HashSHA256::oid()' marked override, but does not override
virtual const unsigned char *oid() override;
^
How am I going to solve that? Any help is appreciated.
virtual const void *hash() overrideon line 148 in release