Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

v1.6.3

Choose a tag to compare

@statico statico released this 03 Jan 20:21
· 107 commits to main since this release
c4d2b14

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