No such file or directory #include <concepts> #175
JAke596-ja
started this conversation in
General
Replies: 2 comments
-
我使用的是ESP32S3 Dev Module,我尝试过ESP32_Display_Panel库退到v0.18版本发现缺少esp_memory_utils.h文件,后来我又试着推到0.02版本,发现不支持我的芯片 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @JAke596-ja, 抱歉,src/drivers/io_expander/esp_panel_io_expander_adapter.hpp 中使用了 我在 bugfix/remove_incompatiable_header 分支中修复了这个 bug,请你使用它测试一下是否能解决问题,非常感谢! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在我使用arduino IDE 2x版本时,使用ESP32_Display_Panel库时发现No such file or directory
#include ,只有在c++20编译环境在才能使用,而arduino IDE的编译链默认c++11,我该如何解决这个问题呢,可以麻烦您给我解答一下吗?
Beta Was this translation helpful? Give feedback.
All reactions