mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 23:08:11 +00:00
- DiagnosticsScreen: Enter opens a confirm popup (defaults to Cancel) that zeroes the cumulative counters via Mesh::resetStats(). - Dispatcher::resetStats() made virtual; Mesh overrides it to also clear n_forwarded so the reset covers the repeater forward count. - REPEAT_LOOP_MAX gains a 4-byte-hash entry and isRepeatLooped() bounds- checks hash_size, so it can't OOB-read if path_mode 3 is ever accepted. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>