-
-
Notifications
You must be signed in to change notification settings - Fork 510
ESP32 Mining troubleshooting
gsrbr edited this page Oct 24, 2021
·
2 revisions
Compilation error:
ResolveLibrary(sha/sha_parallel_engine.h)
-> candidates: []ESP32_Code:59:85: fatal error: sha/sha_parallel_engine.h: No such file or directory
#include "sha/sha_parallel_engine.h" // Include hardware accelerated hashing library
^
compilation terminated.
Solution: You can see some workarounds for this in this documentation.
Compilation error:
ESP32_Code:59:25: fatal error: ArduinoJson.h: No such file or directory
Solution: Get the ArduinoJSON dependency (how-to).