Skip to content

ESP8266 Mining troubleshooting

Robert Piotrowski edited this page May 25, 2021 · 3 revisions

Problem:

Compilation error:

ESP8266_Code:28:17: error: 'experimental' has not been declared
 using namespace experimental::crypto;

Solution:

Update your ESP8266 Core for Arduino IDE to the latest version (how-to).

Clone this wiki locally