Replies: 1 comment 1 reply
-
We have an ESP-IDF example which builds in the CI so on the library side everything should be fine. Off the top of my head, you seem to be missing |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm pulling my hair out with this one. I am trying to wean myself off the Arduino platform (I was using it with PlatformIO, but the latest spat between PIO and Espressif means I want to go native)
ESP32S3 (custom board)
SX1268
ESP-IDF & Arduino as a component
I have incorporated RadioLib as a managed component in IDF
idf_component.yml:
I don't think you need anything more in CMakeLists.txt but here is the one in main:
but when the linker tries to link it all together it fails to find "Module" from this line
with the error
I'm sure I must be missing something in one of the cmake files or the idf_component files but I have no idea what. The other managed components work just fine.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions