-
Hi everyone, after I update my ESP32 with 1.6.4 I got error 'SHA1' was not declared in this scope, I add the zip file to library and also not detected, I installed few other options that I find also nothing working, always same error. Appreciate any advise. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi everyone, I fix this problem by doing the instruction below and everything works after that. Update your ESP32 core (recommended for the future) After doing that, update your ESP32 core: Arduino IDE > Tools > Board > Boards Manager > Type esp32 > Install version 2.0.0 Now be able to compile the code without any problems. |
Beta Was this translation helpful? Give feedback.
Hi everyone, I fix this problem by doing the instruction below and everything works after that.
Update your ESP32 core (recommended for the future)
Open Arduino IDE > File > Preferences > In the Additional boards URL field put:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
After doing that, update your ESP32 core: Arduino IDE > Tools > Board > Boards Manager > Type esp32 > Install version 2.0.0
Now be able to compile the code without any problems.
Hope this help