杂记:ESP32S3中的 ***.h: No such file or directory问题


在最近的研究中遇到了ESP32S3中的 ***.h: No such file or directory问题。一种可能的解决方式为在CMakeList文件中如下设置:

1
2
3
4
5
set(COMPONENT_REQUIRES
tinyusb
esp_flash
...
)