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.
# pb_example Simple serialization/deserialization example. Use int, string, bytes, any, oneof fields. ``` idf.py build ``` ## Source: ``` [link](./examples/pb_example/main/pb_example.cpp) ``` [link](./examples/pb_example/main/pb_example.cpp) CMakeLists.txt: ``` [link](./examples/pb_example/CMakeLists.txt) ``` [link](./examples/pb_example/CMakeLists.txt)
To create a project from this example, run:
idf.py create-project-from-example "albkharisov/esp_google_protobuf=1.0.8:pb_example"