Esp32 arduino 编译报 hwcrypto/aes.h: No such file or directory 错误

2023-03-07,,

由于hwcrypto/* 在新版中移动到了 esp32/*. 编译会出现hwcrypto/aes.h: No such file or directory 的错误

解决方案如下:

arduino 中Esp32库降级到 之前的版本(1.0.6)正确编译

或 将Crypto升级到 0.4.0 https://github.com/OperatorFoundation/Crypto

Esp32 arduino 编译报 hwcrypto/aes.h: No such file or directory 错误的相关教程结束。

《Esp32 arduino 编译报 hwcrypto/aes.h: No such file or directory 错误.doc》

下载本文的Word格式文档,以方便收藏与打印。