ESP_IDF integration #509
-
I tried a lot to integrate the library to IDF platform. It always can't include "Firebase_ESP_Client.h" idf_component_register(SRCS "src" |
Beta Was this translation helpful? Give feedback.
Answered by
mobizt
May 12, 2023
Replies: 1 comment
-
You can't compile it for esp-idf directly as it depends on Arduino framework. Please follow this to use Arduino as component. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mmokhtar761
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't compile it for esp-idf directly as it depends on Arduino framework.
Please follow this to use Arduino as component.