ESP-IDF Registry
Posted: Fri Oct 03, 2025 8:19 am
I have published two components on ESP-IDF Registry with diffrent namespace one is working fine but other not and there is not even a single line of code differnce in both the components.
Even though the project in which this component is runnning is also same, means each and everything is same except the namespace.
jays0223/iot-sdk : using this namespace it is working
videosdk/iot-sdk : using this namespace it is working
i have attached the build output in the attachements for reference If anybody know how can i make videosdk/iot-sdk to build first like the jays0223/iot-sdk
like here jays0223/iot-sdk compiling first
Even though the project in which this component is runnning is also same, means each and everything is same except the namespace.
jays0223/iot-sdk : using this namespace it is working
videosdk/iot-sdk : using this namespace it is working
i have attached the build output in the attachements for reference If anybody know how can i make videosdk/iot-sdk to build first like the jays0223/iot-sdk
Code: Select all
....NOTICE: Updating lock file at /Users/karanrajput/Documents/videosdk-rtc-iot-sdk-example/dependencies.lock
NOTICE: Processing 4 dependencies:
NOTICE: [1/4] protocol_examples_common (*) (/Users/karanrajput/esp5.3/esp-idf/examples/common_components/protocol_examples_common)
NOTICE: [2/4] sepfy/srtp (2.3.0)
NOTICE: [3/4] videosdk/iot-sdk (0.1.10)
NOTICE: [4/4] idf (5.3.0)
Code: Select all
....NOTICE: Updating lock file at /Users/karanrajput/Documents/videosdk-rtc-iot-sdk-example/dependencies.lock
NOTICE: Processing 4 dependencies:
NOTICE: [1/4] jays0223/iot-sdk (0.1.3)
NOTICE: [2/4] protocol_examples_common (*) (/Users/karanrajput/esp5.3/esp-idf/examples/common_components/protocol_examples_common)
NOTICE: [3/4] sepfy/srtp (2.3.0)
NOTICE: [4/4] idf (5.3.0)