mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
- 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> |
||
|---|---|---|
| .. | ||
| app_debug_log_service.dart | ||
| app_settings_service.dart | ||
| background_service.dart | ||
| ble_debug_log_service.dart | ||
| chat_text_scale_service.dart | ||
| line_of_sight_service.dart | ||
| map_marker_service.dart | ||
| map_tile_cache_service.dart | ||
| message_retry_service.dart | ||
| notification_service.dart | ||
| path_history_service.dart | ||
| repeater_command_service.dart | ||
| storage_service.dart | ||
| tcp_transport_service.dart | ||
| tcp_transport_service_native.dart | ||
| tcp_transport_service_web.dart | ||
| usb_serial_frame_codec.dart | ||
| usb_serial_service.dart | ||
| usb_serial_service_native.dart | ||
| usb_serial_service_web.dart | ||