You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.
# Multiply Component This component provides a simple function to multiply two integers. ## Usage ```c #include "multiply.h" void app_main() { int result = multiply_two_numbers(6, 7); printf("6 * 7 = %d\n", result); }
idf.py add-dependency "jays0223/component_example^1.0.0"