This repository was archived by the owner on May 29, 2026. It is now read-only.
v1.6.3
Bug Fixes
- Fixed crash logging: Logger now properly captures and writes logs during crashes. Previously, logs were lost due to async writes not completing before process exit.
- Set default packet limit to 1000 to reduce memory usage
The logging fix ensures that when the CLI crashes, debug logs are actually written to ~/.config/meshtastic-cli/log, making it possible to diagnose crashes.
Full Changelog: v1.6.2...v1.6.3