| name | esppmeshmesh-update |
| description | Procedure update the version of espmeshmesh library platformio registry |
Platformio Registry Update
Detailed instructions for the agent.
When to use
- Use this skill when user ask you to update the version of the espmeshmesh library
- This skill describe the full procedure to update the version of the espmeshmesh library
Procedure to update and publish new espmeshmesh library dependency
Procedure
- Change components/meshmesh/init.py
- Be sure that a line with cg.add_library("ESPMeshMesh", "1.2.3") exists, is uncommented, and points to the requested espmeshmesh version
- Be sure the cg.add_library lines that point to a local file path are commented
- Commit the changes to this file with the message: update to library version 1.2.3
- Push changes to the origin repository