JoaoLopesF / RemoteDebug

Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kvoit opened this issue · comments

commented

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:

  • OS: Ubuntu 22.04
  • IDE VSCode w/ PlatformIO
  • ESP32, espressif 4.2
commented

Sent pull request #83 to address this.