meshcore-open/lib
zjs81 6dfb7a4b69 fix: auto-add flag parsing, contact cache restore, and USB reconnect
- Fix operator precedence bug in _handleAutoAddConfig where `flags &
  flag != 0` was parsed as `flags & (flag != 0)`, always checking bit 0
  instead of the correct flag bit
- Populate _contacts from cache in loadContactCache() so contacts
  persist across app restarts
- Toggle DTR low→high on USB connect to force device to see a fresh
  connection
- Add 10ms inter-frame delay for USB sends to prevent missed responses
- Deassert DTR before closing USB port on disconnect/dispose

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 18:41:21 -07:00
..
connector fix: auto-add flag parsing, contact cache restore, and USB reconnect 2026-03-14 18:41:21 -07:00
helpers Add a signal readout for the nearest repeater. With improvements to app bar and other UI polish. (#200) 2026-02-20 20:27:38 -08:00
icons ran dart format . on libs/icons/los_icon.dart 2026-02-23 01:06:25 -05:00
l10n feat: add set-as-my-location from map long-press, connector and UI improvements 2026-03-14 09:33:37 -07:00
models Potential fix for pull request finding 2026-03-14 18:09:54 -07:00
screens fix: correct location validation and clean up target contact handling 2026-03-14 18:14:39 -07:00
services fix: auto-add flag parsing, contact cache restore, and USB reconnect 2026-03-14 18:41:21 -07:00
storage Dev discovery (#291) 2026-03-12 23:08:46 -07:00
utils Enhance location handling and improve path trace functionality across screens 2026-03-14 17:51:24 -07:00
widgets Enhance location handling and improve path trace functionality across screens 2026-03-14 17:51:24 -07:00
main.dart Refine USB transport flow 2026-03-05 02:26:37 -05:00