mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-03-30 20:15:40 +00:00
- Updated `config.ini.example` to include new settings for edge loading and graph data capture, providing clearer guidance on usage. - Modified `MeshGraph` class to respect the new `graph_capture_enabled` setting, controlling the collection of edge data from incoming packets. - Adjusted message handling to ensure graph updates only occur when data capture is enabled, optimizing performance and resource usage. - Added tests to validate the new configuration options, ensuring proper functionality in various scenarios.