JoaoLopesF / RemoteDebug

Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
MIT License
613 stars 127 forks source link

[ESP32] "hwcrypto/sha.h" has been moved #82

Open kvoit opened 2 years ago

kvoit commented 2 years ago

After updating my espressif32 platform in PlatformIO from 3.2 to 4.2, "hwcrypto/sha.h" cannot be included in Websockets.cpp anymore.

Issue #3245 in esp-idf states that this library has been moved, and changing the include accordingly fixes this issue.

Steps to reproduce the behavior:

  1. Try to use RemoteDebug with espressif32 platform 4.2

Expected behavior It should work and not throw include errors.

Arduino Information:

kvoit commented 2 years ago

Sent pull request #83 to address this.