-
-
Notifications
You must be signed in to change notification settings - Fork 510
ESP8266 Mining troubleshooting
gsrbr edited this page Oct 24, 2021
·
3 revisions
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).
Compilation error:
esp8266_code:23:11: fatal error: ArduinoJson.h: There is no such file or directory
Solution: Get the ArduinoJSON dependency (how-to).